首页 > 试题广场 >

下面哪个不是Java语言的关键字()

[单选题]

下面哪个不是Java语言的关键字()

  • default
  • number
  • abstract
  • package
JAVA关键字:abstract,boolean,break,back,continue,case,catch,char ,class,do,double,default,else,extends,final,finally,float,for,long,if,implements,import,new,instanceof,int,interface,package,private,public,protected,return,short,static,super,switch,sychronized,this,while,void,throw,throws,try,volatile 保留字:const,go
发表于 2017-06-14 23:10:56 回复(2)

java全部关键字及含义:


发表于 2019-03-06 09:17:26 回复(0)
读题不认真
发表于 2017-06-22 22:50:10 回复(0)
number不是关键字
发表于 2019-05-02 10:22:36 回复(0)
default:被同包中的类可以访问它的成员
发表于 2019-03-08 10:55:33 回复(0)
保留字含有:const   和    go
发表于 2019-01-01 11:23:29 回复(0)
基础知识不牢
发表于 2018-11-15 11:24:13 回复(0)
真的是,大意失荆州
发表于 2018-10-18 16:03:34 回复(0)
1,Java 关键字列表 (依字母排序 共50组): 
abstract, assert, boolean, break, byte, case, catch, char, class,, 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 
2,保留字列表 (依字母排序 共14组),Java保留字是指现有Java版本尚未使用,但以后版本可能会作为关键字使用: 
byValue, cast, false, future, generic, inner, operator, outer, rest, true, var, goto (保留关键字) , const (保留关键字) , null
编辑于 2017-10-10 15:39:25 回复(0)
B
发表于 2017-06-30 18:11:04 回复(0)