Java Reference
In-Depth Information
A
Keywords
The following keywords are reserved in Java, so you must not use them as names in your programs:
Although they are not keywords, you should not use the boolean values true and false or the value null
as names in your programs.
Note that const and goto have not been used in the Java language up to now, but they are still reserved
words and you must not use them as names.
Search WWH ::




Custom Search