Numeric values having no decimal parts are called integer literals. These values can be expressed in decimal, octal, and hexadecimal forms. By default, integer literals are in decimal form. The decimal form contains a sequence of decimal digits (0 to 9), the octal form contains a sequence of octal digits (0 to 7) prefixed by 0 (zero), whereas the hexadecimal form contains a sequence of hexadecimal digits (0 to 9, a to f) prefixed by 0x or 0X. In the hexadecimal form, the characters (a to f) may be in uppercase or lowercase.
By default, integer literals are 32-bit values. In order to indicate a 64-bit long value, the character L (either in uppercase or lower case) is appended to the literal.
- Download free practice test for scja SCJA exam.
- Download free practice test for CX310-019 SCJA exam.
- Download free practice test for 310-035 SCJP 2 exam.
- Download free practice test for SUN Java 5.0 exam.
- Click here to download CX310-056 test study guide and practice question.
- Pass SUN CX310-065 - SCJP 6.0
- Become SUN SCJP Upgrade certified.
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
