1、hashmap是线程不安全的,能够有key,value能有null

hashtable是线程安全的,key,value不能有null

相关文章: