Collections and Generics
© examsiri.com
Question : 38 of 53
Marks:
+1,
-0
Given:
Which code will sort this list in the opposite order of the sort in line 2?
1. List list = /* more code here*/
2. Collections.sort(list, new MyComparator()); Which code will sort this list in the opposite order of the sort in line 2?
Go to Question: