Specifications

Sun Services
Java™ Programming Language
Module 3, slide 16 of 37
Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. Sun Services, Revision F
Integral byte, short, int, and long
Integral data types have the following ranges:
Integer Length Name or Type Range
8 bits byte -2
7
to 2
7
-1
16 bits short -2
15
to 2
15
-1
32 bits int -2
31
to 2
31
-1
64 bits long -2
63
to 2
63
-1