Java Keywords


Java reserves the following keywords:
abstract    boolean     break       byte        byvalue
case        cast        catch       char        class
const       continue    default     do          double
else        extends     false       final       finally
float       for         future      generic     goto
if          implements  import      instanceof  int
interface   long        native      new         null
package     private     protected   public      return
short       static      super       switch      synchronized
this        threadsafe  throw       transient   true
try         void        while
Note that not all of the above are implemented (e.g. "goto"!)