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.
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
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