JAVA KEYWORDS & RESERVED WORDS
All Java keywords and reserve words are lowercase.
Neither keywords nor reserved words can be used as identifiers in Java code.
|
JAVA KEYWORDS |
abstract | finally | public |
assert | float | return |
boolean | for | short |
break | goto | static |
byte | if | strictfp |
case | implements | super |
catch | import | switch |
char | instanceof | synchronized |
class | int | this |
const | interface | throw |
continue | long | throws |
default | native | transient |
do | new | try |
double | package | void |
else | private | volatile |
extends | protected | while |
final |
|
Notes: | const, goto are not currently used. |
| strictfp was added in Java 2. |
| assert was added in Java 2 version 1.4. |
JAVA RESERVED WORDS |
true | false | null |
|
|
To add an entry or request an existing one to be altered, please fill in the comments form
Return to Top
About Java
Main Index
(c) Compiled by B V Wood.
|
|
Main Index
UK SPONSERS
USA SPONSERS
|