按照Java的标识符命名规范,下列表示一个类的标识符命名规范的是( )。
A: Helloworld
B: HelloWorld
C: helloworld
D: helloWorld
A: Helloworld
B: HelloWorld
C: helloworld
D: helloWorld
举一反三
- 下列哪个字符串不能作为类标识符? () A: HelloWorld B: helloworld C: J2EE D: Hello-World
- 下列标识符中,不合法的是()。 A: 2ndObj B: hellotworld C: _helloworld D: helloWorld
- 中国大学MOOC: 按照Java的标识符命名规范,下列表示一个类的标识符命名规范的是( )。
- 下列标识符中,属于 Python合法的是( )。 A: helloworld B: 3hello C: hello D: world E: _helloworld
- java中如何输出“helloWorld!”() A: System.out.print("helloWorld!"); B: System.out.print(helloWorld!); C: system.out.print("helloWorld!"); D: printf();