Comparable and comparator both are an interface that can be used to sort the elements of the collection. Comparator interface belongs to java.util package while comparable belongs to java.lang package ...
In this tutorial, it shows the use of java.lang.Comparable and java.util.Comparator to sort a Java object based on its property value.