Java Comparable and Comparator interface - Core Java interview Questions | J2EE interview questions
To sort the data elements a class needs to implement Comparator or Comparable interface. ... In java the element in collections can be sorted by using TreeSet or TreeMap. To sort the data elements a class needs to implement Comparator or Comparable interf...