Næste
Forrige
Oversigt
Grundlæggende javasyntaks serie, Planche nr. 4
Kursus Indhold

Nøgleord

Tutorial har følgende at sige:

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. true, false, and null are not keywords but they are reserved words, so you cannot use them as names in your programs either.

abstractdoubleintstrictfp **
booleanelseinterfacesuper
breakextendslongswitch
bytefinalnativesynchronized
casefinallynewthis
catchfloatpackagethrow
charforprivatethrows
classgoto *protectedtransient
const *ifpublictry
continueimplementsreturnvoid
defaultimportshortvolatile
doinstanceofstaticwhile

* indicates a keyword that is not currently used
** indicates a keyword that was added for Java 2


© 2000 BLA*net - Leif E. Andersen, leander@blanet.dk
Næste
Forrige
Grundlæggende javasyntaks serie, Planche nr. 4