java中的关键字

来源:互联网 发布:华为云计算部门怎么样 编辑:程序博客网 时间:2024/06/14 00:16
  Java 关键字列表 (依字母排序 共51组): 
      abstract, assert,boolean, break, byte, case, catch, char, class, const, continue, default, do, double, else, enum,extends, final, finally, float, for, if, implements, import, instanceof, int, interface, long, native, new, package, private, protected, public, return, short, static, strictfp, super, switch, synchronized, this, throw, throws, transient, try, void, volatile, while 
      Java 保留字列表 (依字母排序 共14组) : Java保留字是指现有Java版本尚未使用 但以后版本可能会作为关键字使用。 
      byValue, cast, false, future, generic, inner, operator, outer, rest, true, var , goto ,const,null

 

转自:http://topic.csdn.net/u/20080226/21/8d11aeec-cd54-4854-ad75-3bc426455c53.html

原创粉丝点击