Java複習難點

1.ArrayList 與vector 初始化爲10,ArrayList大小由屬性DEFAULT_CAPACITY常量指定,vector底層用空參構造this(10)指定大小,vector線程安全 2.ArrayList底層用索引(index)查找,LinkedList要for循環遍歷 3.Collections.synchronizedList(Collection c) 包裝使同步(線程安全)
相關文章
相關標籤/搜索