用于类和接口的声明:class, extends, implements, interface<o:p></o:p>
包引入和包声明:import, package<o:p></o:p>
数据类型:boolean, byte, char, short, int, long, float, double<o:p></o:p>
某些数据类型的可选值:false, true, null<o:p></o:p>
流程控制:default, return, if, else, for, switch, case, do, while, break, continue,<o:p></o:p>
异常处理:try, catch, finally, throw, throws<o:p></o:p>
修饰符:abstract, final, native, private, protected, public, static, static, synchronized, transient, volatile<o:p></o:p>
操作符:instanceof<o:p></o:p>
创建对象:new<o:p></o:p>
引用:this, super<o:p></o:p>
方法返回类型: void<o:p></o:p>
Java保留字:const和goto<o:p></o:p>