下列标识符中,____是Java语言的关键字。
A: Int
B: integer
C: number
D: class
A: Int
B: integer
C: number
D: class
举一反三
- 下列哪个标识符不是Java关键字: A: new B: class C: int D: const
- 在JAVA语言中下列哪组不是合法的用户标识符(选两项) A: integer 和 1ch B: Int 和 scan C: case 和 public D: _ch 和 integer
- 在Java中,"456"属于()类的对象。 A: int B: String C: Integer D: Number
- 下列选项中,不是C语言关键字的是()。 A: integer B: int C: double D: long
- 在Java中,"456"属于哪类的对象( ) A: Integer B: int C: String D: Number