Which of the following statements about Java Collections is correct?单项选择题
A
A HashSet can only store duplicate elements.
B
A HashMap requires its keys to be primitive types.
C
A HashMap can store key–value pairs, where both keys and values are objects (non-primitives).
D
An ArrayList always has a fixed length.
E
The size of an ArrayList must be fixed when it is created.
登录即可查看完整答案
我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。
类似问题
Where is the ArrayList class located in Java?
What is the main difference between arrays and most Java collections?
Which collection does NOT allow duplicates?
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
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!