Previous

Java Language Keywords

Here's a list of Java's keywords. These words are reserved--you cannot use any of these words as names in your Java programs.

abstractdoubleintstatic
booleanelseinterfacesuper
breakextendslongswitch
bytefinalnativesynchronized
casefinallynewthis
catchfloatnullthrow
charforpackagethrows
classgoto *privatetransient
const *ifprotectedtry
continueimplementspublicvoid
defaultimportreturnvolatile
doinstanceofshortwhile

* indicates a keyword that is not currently used


Previous