Comparable:
The Comparable interface is part of the Java language itself, and it is found in the java.lang package.
When a class implements the Comparable interface, it means that instances of that class can be compared to each other for the purpos...