I read in a book (Thinking in Java by Bruce Eckel, 4th edition, page 47) that null is equal to \'\\u000\'. And then I was wondering what e
null
\'\\u000\'
\u000 would be the unicode representation of a character with ASCII code 0, but has nothing to do with null as used by Java.
\u000