4.7 併發下長劍的Map面試題彙總

1、HashMap和HashTable的區別 1、HashMap線程不安全,HashTable線程安全 2、因爲線程安全,HashTable效率比HashMap低 3、HashTable的key和value都不能爲空,HashMap只能有一個key爲null,多個value值爲null 4、HashMap默認初始數組大小是16,HashTable默認是11,HashMap擴容2倍,HashTabl
相關文章
相關標籤/搜索