Is this valid Java code: ArrayList<Integer> nums = new List<>();单项选择题
A
No, since 'new List<>();' should instead be 'new List<Integer>();
B
No, since 'ArrayList<Integer>' should instead be 'ArrayList<int>'
C
No, since List is an interface, and we cannot create objects from them.
D
Yes
登录即可查看完整答案
我们收录了全球超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
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!