Java Long compareTo Method

# Introduction The `Long` class in Java provides various methods to perform operations on long values. The `compareTo()` method, belonging to the `Long` class, is used to compare two `Long` object values numerically. It returns 0 if the values are equal, -1 if the first value is less than the second value, or 1 if the first value is greater than the second one.

|60 : 00

Click the virtual machine below to start practicing