Basic Core Java Concepts
Wednesday, May 31, 2006
Character literals
For char literals, a single character is enclosed in single quotes. You can also use the prefix \u followed by four hexadecimal digits representing the 16-bit Unicode character: '\u004E', 'A', 'a'.
posted by sandeep_jayesh @
6:47 PM
0 comments
0 Comments:
Post a Comment
<< Home
About Me
Name:
sandeep_jayesh
View my complete profile
Previous Posts
Octal & Hexadecimal
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
0 Comments:
Post a Comment
<< Home