- access modifiers - private, protected, public
- other modifiers - abstract, final, native, static, synchronized, transient, volatile
- flow control - break, case, continue, default, do, else, for, if, return, while, switch
- exceptions - catch, finally, throw, throws, try
- declarations - class, extends, implements, interface, void, strictfp
- name space - import, package
- primitive types - boolean, byte, char, double, float, int, long, short
- boolean literals - false, true
- null literal - null
- reserved but not used - const, goto
- object related - instanceof, new, this, super
Wednesday, August 30, 2006
Java Basic Lexical Elements - Keywords and Reserved Words
Keywords and reserved words cannot be used as identifiers. They are shown here in informal groupings.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment