Keywords
- Java Keywords have a special meaning
-
From the Java Language Specification:
-
The following character sequences, formed from ASCII letters, are reserved for use as keywords and cannot be used as identifiers:
Keyword: one of
abstract for switch
assert if synchronized
boolean goto this
break implements throw
byte import throws
case instanceof transient
catch int try
char interface void
class long volatile
const native while
continue new
default package
do private
double protected
else public
enum return
extends short
final static
finally strictfp
float super