947635060
Results
2
comments of
947635060
离线资源都是按照文档的一样,还有离线资源是文档提供的
1、HashMap可以接受null(HashMap可以接受为null的键值(key)和值(value),而HashTable则不行。 2、HashMap的迭代器(Iterator)是fail-fast迭代器,而HashTable的enumerator迭代器。 3、单一线程,HashMap的性能要比HashTable好。