Java – compareTo() Method The method compares the Number object that invoked the method to the argument . It is possible to compare Byte, Long, Integer, etc. However, two different types cannot be compared, both the argument and the Number object invoking the method should be of the same type.
Read more