A.TreeSet B.HashSet C.HashTable D.List
A.哈希值 B.指針 C.引用 D.地址
A.for(inti=0;i<10;i++){} B.for(Objecto<10){} C.for(元素數據類型變量名:集合){} D.for(集合:變量名){}