码迷,mamicode.com
首页 > 编程语言 > 详细

java 的HashMap和HashTable的区别?

时间:2018-01-23 22:06:27      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:区别   lin   ble   htable   body   同步   table   linked   方法   

 1.HashMap和HashTable的区别?
    HashMap不是线程安全的它的操作方法没有进行同步处理
    HashMap允许key为空
    
    HashTable是线程安全的它的操作方法加以了synchronized修饰
    HashTable不允许Key为空

  2.ArrayList和LinkedList和Vector的区别?
    ArrayList内部实现是一个object数组,非线程安全
    LinkedList内部实现是一个链表结构,非线程安全
    Vector内部实现是一个object数组,线程安全

java 的HashMap和HashTable的区别?

标签:区别   lin   ble   htable   body   同步   table   linked   方法   

原文地址:https://www.cnblogs.com/mohehpc/p/8337850.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!