Basic Core Java Concepts
Wednesday, May 31, 2006
Octal & Hexadecimal
Octal literals begin with zero and only digits 0 through 7 are allowed.
For instance:011
Hexadecimal literals begin with 0x or oX, the digits allowed are 0 through 9 and a through f (or A through F).
For instance: 0x0001;
posted by sandeep_jayesh @
6:46 PM
0 comments
0 Comments:
Post a Comment
<< Home
About Me
Name:
sandeep_jayesh
View my complete profile
Previous Posts
Difference: toString & System.out.println()
Assertion
Arrays
java.lang.Runtime
Heap & Stack memory
Object funda
common mistake between (++j) & (j++)
while (false) cannot be written
Overloading & Overridding
String comparison
0 Comments:
Post a Comment
<< Home