What inserted at line 39, will sort the keys in the props HashMap?()https://assets.asklib.com/images/image2/2018080116103241280.jpg

A . Arrays.sort(s); B . s = new TreeSet(s); C . Collections.sort(s); D . s = new SortedSet(s);

时间:2022-10-01 23:59:39 所属题库:SCJP程序员认证考试题库

相似题目