可学答题网 > 问答 > SCJP程序员认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Which code, inserted a


Which code, inserted at line 4, guarantees that this program will output [1, 2]?()

  • ASet set = new TreeSet();
  • BSet set = new HashSet();
  • CSet set = new SortedSet();
  • DList set = new SortedList();
  • ESet set = new LinkedHashSet();
参考答案
参考解析:
分类:SCJP程序员认证考试题库