现在的位置: 首页 > 综合 > 正文

JAVA中的关键字和保留字

2013年10月23日 ⁄ 综合 ⁄ 共 441字 ⁄ 字号 评论关闭

JAVA中的关键字:

abstract,assert,boolean,break,byte,case,catch,char,class,const,continue,default,do,

double,else,enum,extends,final,finally,float,for,if,implements,import,instancecof,int,

interface,long,native,new,package,private,protected,public,return,short,static,strictfp,

super,switch,synchronized,this,throw,throws,transient,try,void,volatile,while;

 

JAVA中的保留字:

byValue,cast,false,future,generic,inner,operator,outer,rest,true,var,goto,const,null;

抱歉!评论已关闭.