boolan 博览现代 C++系统研发骨干特训营\/--》1310079160
用于数据处理的关键字:byte short int long float double char boolean
用于流程控制语句的关键字:if else switch case default while for break continue
方法、类型、变量的修饰的关键字:private public protected final static abstract synchronized
异常处理的关键字:try catch finally throw throws
对象相关的关键字:new extends implements class this super instance of(用于检测构造函数的 prototype 属性是否出现在某个实例对象的原型链上)