在Java语言中变量名HelloWorld与helloworld指的是同一个变量。( )
举一反三
- 为变量word赋值为“helloworld”的语句为()。 A: word=helloworld B: wordas"helloworld" C: wordis"helloworld" D: word="helloworld"
- 按照Java的标识符命名规范,下列表示一个类的标识符命名规范的是( )。 A: Helloworld B: HelloWorld C: helloworld D: helloWorld
- java中如何输出“helloWorld!”() A: System.out.print("helloWorld!"); B: System.out.print(helloWorld!); C: system.out.print("helloWorld!"); D: printf();
- Java语言的变量由变量名、___、变量属性、___组成。
- Java语言的变量由____、变量名、____组成。