Java Comparator Interface
The Comparator interface gives us the liberty to simultaneously use more than one common attributes to sort objects created from a class. This is why it is different from Comparable interface. It belongs to the java.util package. To use the Comparato...
