The following is a complete list of keywords defined in the Java programming language. None of the following words can be as identifiers in the program that is written in Java Language. Remember, java may introduce more keywords in the language as required when they come up with new versions of Java.
abstract assert*** boolean break byte case catch char class const* continue default do double else enum**** extends final finally float for goto* if implements import instanceof int interface long native new package private protected public return short static strictfp** super switch synchronized this throw throws transient try void volatile while
Notations:
* Currently Not Used
** Added In Java Version 1.2
*** Added In Java Version 1.4
**** Added In Java Version 5.0
For details of each of this keyword, visit the link below in Wikipedia.
http://en.wikipedia.org/wiki/List_of_Java_keywords
Originally posted 2009-11-23 10:39:13.