Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ハッシュテーブルが NPE を処理する方法以外に、ハッシュマップが Collections フレームワークを使用して同期される場合、ハッシュテーブルとの動作はどのように異なりますか?
本質的ではない違いがいくつかあります。たとえば、Hashtable には Enumeration を返す elements() メソッドがあります。しかし、最も重要なのは、いくつかの古いクラスが Hashtable に依存していることです。