abstract(抽象的) continue(继续) for(当…的时候) new(新建) switch(转换)
assert(断言) default(默认) if(如果) package(打包) synchronized(同步)
boolean(布尔) do(做) goto(跳转到) private(私有的) this(这个)
break(中断) double(双精度) implements(实现) protected(受保护的) throw(抛出,动词)
byte(字节) else(否则) import(引入) public(公共的) throws(抛出,介词)
case(情形) enum(枚举) instanceof(是…的实例) return(返回) transient(瞬时的)
catch(捕获) extends(继承) int(整数) short(短整数) try(尝试)
char(字符) final(最终的) interface(接口) static(静态的) void(空的)
class(类) finally(最终地) long(长整数) strictfp(精确浮点) volatile(易变的)
const(常量) float(单精度浮点) native(本地的) super(超级的) while(当…的时候)
说明:其中goto和const的用途被保留,在语法中未使用到这两个关键字。
阅读(787) | 评论(0) | 转发(0) |