如下哪些不是java的关键字?( )
const
NULL
false
this
native
Java关键字/保留字:
1.定义数据类型(16)
基本数据类型(8):boolean,byte,char,int,short,long,float,double
实例相关(4):new,this,super,instanceof
其他类型(4):class,interface,enum,void
2.用于流程控制(10)
选择(5):if,else,switch,case,break
循环(3):do,while,for
其他(2):continue,return
3.用于修饰变量(常量)、方法、类(接口)和包等(16)
访问权限(4):private,protected,public,default
类、接口间关系(2):extends,implements
包相关(2):import,package
常用(4):abstract,final,static,synchronized
不常用(4):native,strictfp,transient, volatile
4.异常处理(6):try,catch,throw,throws,finally,assert
5.无意义保留字(2):goto,const
6.非关键字类型(3):false,true,null
1.定义数据类型(16)
基本数据类型(8):boolean,byte,char,int,short,long,float,double
实例相关(4):new,this,super,instanceof
其他类型(4):class,interface,enum,void
2.用于流程控制(10)
选择(5):if,else,switch,case,break
循环(3):do,while,for
其他(2):continue,return
3.用于修饰变量(常量)、方法、类(接口)和包等(16)
访问权限(4):private,protected,public,default
类、接口间关系(2):extends,implements
包相关(2):import,package
常用(4):abstract,final,static,synchronized
不常用(4):native,strictfp,transient, volatile
4.异常处理(6):try,catch,throw,throws,finally,assert
5.无意义保留字(2):goto,const
6.非关键字类型(3):false,true,null