Difference between HashMap and hashtable

HashMap is not thread safe, Hashtable is thread safe

The key value of HashMap can be Null, the key value of Hashtable can not be Null

HashMap inherits from AbstractMap class, Hashtable inherits Dictiona class

ps: Properties inherit from the Hashtable class

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325899909&siteId=291194637