如下列表:
类、方法和变量修饰符abstract声明抽象
程序控制语句 break跳出循环
错误处理
throws声明一个异常可能被抛出
包相关import引入
基本类型
int 整型
变量引用
Java保留字
const
goto
friendly,sizeof不是java的关键字 ,并且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, instanceof, 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 保留字列表 (依字母排序 共14组) :Java保留字是指现有Java版本尚未使用但以后版本可能会作为关键字使用。
byValue, cast, false, future, generic, inner, operator, outer,rest, true, var , goto ,const,null

被折叠的 条评论
为什么被折叠?



