Comparable vs Comparator | Java Tutorials, tips, forums, faq
The code explanation is the same of earlier Comparable, but with minor changes. The Comparator is implemented by StudentSortByMarks and not by Student. The method overridden is compare() (in the case of Comparable, it is compareTo()). The compare() method...