Given:What,insertedatline39,willsortthekeysinthepropsHashMap?()
18 查阅
A.Arrays.sort(s);
B.s=newTreeSet(s);
C.Collections.sort(s);
D.s=newSortedSet(s);
参考答案: