Which collection does NOT allow duplicates?单项选择题

A
a. Map
B
b. ArrayList
C
c. Set
D
d. List
登录即可查看完整答案
我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。
类似问题
Where is the ArrayList class located in Java?
What is the main difference between arrays and most Java collections?
Question at position 5 What does this code accomplish? ArrayList<Student> l = new ArrayList<>(); l.add( ... some data ); repeat many times ... ArrayList<Student> m = new ArrayList<>( new HashSet<>(l));Copies l into m in sorted orderCopies l into m with no duplicates, because Set doesn't allow duplicatesCopies l into m with no changesCreates the union of l and m
Question at position 1 What are the three Collection interfaces?Map, List, ArrayMap, ArrayList, LinkedListList, Set, QueueList, Set, Map
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!