Example

short myNum = 5000;

System.out.println(myNum);

 


Definition and Usage

The short keyword is a data type that can store whole numbers from -32768 to 32767.


Related Pages

Read more about data types in our Java Data Types Tutorial.

 


Login
ADS CODE