Given:<br /> <img src="https://nimg.ppkao.com/2018-08/wenxueying/2018080111503537464.png?sign=5867b9f258a6475e9ad26ff8cbaeea59&t=62d4437c" /><br /> 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);