private protected public
私有的 受保护的 公共的 类,方法和变量修饰符
abstract class extends implements interface 抽象 类名 继承 实现 接口 native new final 本地 新建 不可更改
static strictfp synchronized transient volatile 静态 严格 线程 短暂 易失 程序控制
break continue return do while if else for 跳出 继续 返回 运行 循环 如果 否则 循环
instanceof switch 实例 观察
case default 观察结果 默认 异常处理
try cathc throw throws 捕获异常 处理异常 抛出一个异常对象 异常可能被抛出 包相关
import package
引包 建包
基本类型boolean byte char double float int long short null true false 变量引用
super this void 保留字
goto const



