在JAVA语言中下列哪组不是合法的用户标识符(选两项)
A: integer 和 1ch
B: Int 和 scan
C: case 和 public
D: _ch 和 integer
A: integer 和 1ch
B: Int 和 scan
C: case 和 public
D: _ch 和 integer
举一反三
- 在JAVA语言中下列哪组不是合法的用户标识符(选两项) A: integer 和 1ch B: Int 和 scan C: case 和 public D: _ch 和 intege
- 在JAVA语言中下列哪组不是合法的用户标识符(选两项)*() A: integer 和 1ch(正确答案) B: Int 和 scan C: case 和 public(正确答案) D: _ch 和 integer
- 在JAVA语言中下列哪组不是合法的用户标识符(选两项)
- 下列标识符中,____是Java语言的关键字。 A: Int B: integer C: number D: class
- 下列()组全是合法的用户自定义标识符。 A: default,While B: score,0xsum C: Integer,class_name D: Short,operator