The `intValue()` method in Java returns the integer value represented by an Integer object. It extracts the underlying int value from the Integer object.
Related terms
doubleValue: The `doubleValue()` method returns the double value represented by an Integer object.
longValue: The `longValue()` method returns the long value represented by an Integer object.
shortValue: The `shortValue()` method returns the short value represented by an Integer object.