Comparable Interface
Is part of the standard Java class library
Any class that implements the Comparable
interface must implement method compareTo
String implements the Comparable interface