Given:What,insertedatline39,willsortthekeysinthepropsHashMap?()

16 查阅

A.Arrays.sort(s);

B.s=newTreeSet(s);

C.Collections.sort(s);

D.s=newSortedSet(s);

参考答案:

参考B

计算机考试