面試再也不怕問線程安全的集合了

線程安全的集合:HashTable、ConcurrentHashMap,Vector、Properties 注意:其他線程不安全的集合也可以使Collections工具類把它們包裝成線程安全的集合, 如:List synArrayList = Collections.synchronizedList(new ArrayList()); HashTable(底層數組+鏈表):給每個方法加鎖synch
相關文章
相關標籤/搜索