可学答题网 > 问答 > 1z0-851题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Given: Which code, inserted at line


Given: 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()
参考答案
参考解析:
分类:1z0-851题库