問題詳情

196  5e4de5856aa52.jpg
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);

參考答案

無參考答案

內容推薦

內容推薦