试题详情
- 单项选择题 public class IfTest ( public static void main(stringargs) { int x = 3; int y = 1; if (x = y) system.out.printIn(“Not equal”); else system.out.printIn(“Equal”); } ) What is the result?()
A、 The output is “Equal”
B、 The output in “Not Equal”
C、 An error at line 5 causes compilation to fall.
D、 The program executes but does not print a message.
- C
关注下方微信公众号,在线模考后查看
热门试题
- 在JAVA中,如何获得一个子目录下的文件
- 下面有关maven和ant的描述,描述错
- 抽象方法可以包含在任何类中()̳
- import java.ut
- Squeaky Beans&
- 将如下的乘法口诀表写入到“D:////a
- Which statemen
- Which two̳
- What is th
- 编写一个字符界面的JavaApplica
- 1. class
- Which two̳
- 多线程中,可以通过调用相应的()方法来修
- 如果一个类没有访问控制符,它只能被同一包
- Which statement
- 现有两个文件:A &ensp
- The tag ha
- 创建线程的时候必须实现哪项接口?()
- UML图只能显示类的成员函数和变量,不能
- 现有: class&ens