HashMap和Hashtable的区别

 

 
HashMap和Hashtable都实现了Map接口,都是键值对保存数据的方式
区别1: 
HashMap可以存放 null
Hashtable不能存放null
区别2:
HashMap不是线程安全的类
Hashtable是线程安全的类
HashMap和Hashtable的区别

posted on 2018-12-29 08:39  我是司  阅读(299)  评论(0编辑  收藏  举报

导航