网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
3. Set集合的特点是()
A.元素有序
B.元素无序,不存储重复元素
C.存储重复元素
D.Set集合都是线程安全的
参考答案和解析
元素无序,不存储重复元素
更多 “3. Set集合的特点是()A.元素有序B.元素无序,不存储重复元素C.存储重复元素D.Set集合都是线程安全的” 相关考题
考题
关于集合,下列叙述错误的是______。A.集合中的对象称为它的元素B.一个集合是代表一组对象的一个对象C.集合主要用于处理各种类型的对象的聚集D.集合包含四个重要接口:Collection、Set、List、Map
考题
关于集合框架特征,说法不正确的是()A、Map集合中的键对象不允许重复B、有序List集合中的元素允许重复C、有序Set集合中的元素不允许重复D、无序Collection集合中的元素允许重复、无序
考题
1. import java.util.*; 2. public class Example { 3. public static void main(String[] args) { 4. // insert code here 5. set.add(new integer(2)); 6. set.add(new integer(l)); 7. System.out.println(set); 8. } 9. } Which code, inserted at line 4, guarantees that this program will output [1,2]? ()A、 Set set = new TreeSet();B、 Set set = new HashSet();C、 Set set = new SortedSet();D、 List set = new SortedList();E、 Set set = new LinkedHashSet();
考题
单选题关于集合框架特征,说法不正确的是()A
Map集合中的键对象不允许重复B
有序List集合中的元素允许重复C
有序Set集合中的元素不允许重复D
无序Collection集合中的元素允许重复、无序
考题
单选题1. import java.util.*; 2. public class Example { 3. public static void main(String[] args) { 4. // insert code here 5. set.add(new integer(2)); 6. set.add(new integer(l)); 7. System.out.println(set); 8. } 9. } Which code, inserted at line 4, guarantees that this program will output [1,2]? ()A
Set set = new TreeSet();B
Set set = new HashSet();C
Set set = new SortedSet();D
List set = new SortedList();E
Set set = new LinkedHashSet();
考题
判断题集合Set是通过键-值对的方式来存储对象的。A
对B
错
热门标签
最新试卷