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

A . Set set = new TreeSet(); B . Set set = new HashSet(); C . Set set = new SortedSet(); D . List set = new SortedList();

时间:2022-10-19 01:06:15 所属题库:OCJP(310-065)题库

相似题目