题目内容

The term______typically refers to the device that displays console output.该______通常是指显示控制台输出的设备

A. Standard output device 标准的输出设备
B. Central processing unit 中央处理单位
C. Secondary storage device 辅助存储设备
D. Liquid crystal display 液晶显示器

查看答案
更多问题

In Java, the beginning of a comment is marked with:在Java中,注释的开头标记为:

A. //
B. ""
C. ;
D.

A Java program must have at least one of these:一个Java程序必须至少具有以下之一:

A. Class definition 类定义
B. Variable 变量
Comment 注释
D. System.out.println(); statement(语句)

To compile a program named First, use the following command:要编译名为First的程序,使用一下命令:

A. java First.java
B. javac First
C. javac First.java
D. compile First.javac

If the following Java statements are executed, what will be displayed?如果执行以下Java语句,以下哪个内容将会打印出?System.out.println("The top three winners are\n");System.out.print("Jody, the Giant\n");System.out.print("Buffy, the Barbarian");System.out.println("Adelle, the Alligator");

A. The top three winners areJody, the GiantBuffy, the BarbarianAdelle, the Alligator
B. The top three winners areJody, the Giant\nBuffy, the BarbarianAdelle, the Alligator
C. The top three winners are Jody, the Giant\nBuffy, the BarbarianAdelle, and the Albino
D. The top three winners areJody, the GiantBuffy, the BarbarianAdelle, the Alligator

答案查题题库