Javatpoint Logo
Javatpoint Logo

Java Byte longValue() method

The longValue() method of Java Byte class returns a long value for this Byte after a widening primitive conversion.

Syntax:

Parameters:

NA

Specified by

This method is specified by longValue in class Number

Return Value

This method returns the numeric value of this object after conversion to type long.

Example 1

Test it Now

Output:

Long value : 98
Long value : 102

Example 2

Test it Now

Output:

Maximum number between 26 and 45 : 45
Minimum number between 26 and 45 : 26

Example 3

Test it Now

Output:

Sum : 
20 + (-9) : 11

Next TopicJava Byte





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA