Sunday, October 23, 2011

The Java Keywords

There are 49 reserved keywords currently defined in the Java language
These keywords, combined with the syntax of the operators and separators, form the
definition of the Java language. These keywords cannot be used as names for a variable,
class, or method.
abstract  ,  continue  , goto , package  , synchronized ,assert ,default ,   if ,   private , this ,
boolean ,do ,  implements  ,  protected  , throw ,break , double ,  import , public ,  throws
byte,  else  ,  instanceof  ,   return ,   transient ,case  , extends  ,   int  ,   short  ,  try
catch ,  final , interface ,static  ,  void ,char ,  finally , long  ,  strictfp, volatile ,class ,
float  , native , super , while ,const  , for,  new ,  switch

No comments:

Post a Comment