Tuesday, September 20, 2011

Java Bits -1

--> Importing packages doesnot recursively import subpackages

-->
Unicode characters can appear anywhere in the source code. The following code is valid.


ch\u0061r a = 'a';

char \u0062 = 'b';

char c = '\u0063';

·

No comments:

Post a Comment