Which code, inserted at line 4, guarantees that this program will output [1, 2]?()https://assets.asklib.com/images/image2/2018080116202045692.jpg

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();

时间:2022-09-04 18:28:51 所属题库:SCJP程序员认证考试题库

相似题目