196 
What inserted at line 39, will sort the keys in the props HashMap?
(A) Arrays.sort(s);
(B) s = new TreeSet(s);
(C) Collections.sort(s);
(D) s = new SortedSet(s);

(A) Arrays.sort(s);
(B) s = new TreeSet(s);
(C) Collections.sort(s);
(D) s = new SortedSet(s);
答案:登入後查看
統計: A(1), B(8), C(2), D(1), E(0) #2195028
統計: A(1), B(8), C(2), D(1), E(0) #2195028