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单项选择题
A
Copies l into m in sorted order
B
Copies l into m with no duplicates, because Set doesn't allow duplicates
C
Copies l into m with no changes
D
Creates the union of l and m
登录即可查看完整答案
我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!