Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5523396
  • 博文数量: 763
  • 博客积分: 12108
  • 博客等级: 上将
  • 技术积分: 15717
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-28 21:21
个人简介

业精于勤,荒于嬉

文章分类

全部博文(763)

文章存档

2018年(6)

2017年(15)

2016年(2)

2015年(31)

2014年(14)

2013年(87)

2012年(75)

2011年(94)

2010年(190)

2009年(38)

2008年(183)

2007年(28)

分类: Java

2008-05-18 23:08:20

   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) |
给主人留下些什么吧!~~