在JAVA中, Java 编程语言中的保留字是?( )
run
import
default
implements
Java的保留字包括:
原始数据类型:byte、short、int、long、float、double、char、boolean
循环保留字:do、while、for、break、continue
分支保留字:if、else、switch、case、default、break
方法、变量和类修饰符:private、public、protected、final、static、abstract、synchronized、volatile
异常处理:try、catch、finally、throw、throws
对象相关保留字:new、extends、implements、class、instanceof、this、super
字面值常量:false、true、null
方法相关保留字:return、void
包相关保留字:package、import
备用:const、goto
原始数据类型:byte、short、int、long、float、double、char、boolean
循环保留字:do、while、for、break、continue
分支保留字:if、else、switch、case、default、break
方法、变量和类修饰符:private、public、protected、final、static、abstract、synchronized、volatile
异常处理:try、catch、finally、throw、throws
对象相关保留字:new、extends、implements、class、instanceof、this、super
字面值常量:false、true、null
方法相关保留字:return、void
包相关保留字:package、import
备用:const、goto