试题详情
- 单项选择题 What will be the result of attempting to compile and run the following code?() public class Q6b0c { public static void main(String args[]) { int i = 4; float f = 4.3; double d = 1.8; int c = 0; if (i == f) c++; if (((int) (f + d)) == ((int) f + (int) d)) c += 2; System.out.println(c); } }
A、The code will fail to compile.
B、0 will be written to the standard output.
C、1 will be written to the standard output.
D、2 will be written to the standard output.
E、3 will be written to the standard output.
- A
关注下方微信公众号,在线模考后查看
热门试题
- 1. class
- You need
- 已知: 在命令行中执行 javaCDE
- 下列哪个组件会产生Action事件?()
- A developer&en
- public class&e
- Click the
- 现有: class&ens
- 从运行层面上来看,从四个选项选出不同的一
- BufferedWriter对象中的ne
- 处理按钮点击事件的类需要实现哪个接口()
- 已知数组array,其最后一个元素的下标
- 接口中的成员方法被隐含地声明为()
- Within theQ
- 将各种常用组件的创建语句、常用方法、可能
- 现有: cla
- public class&e
- 输入年份和月份即可打印出当月的日历
- 下面哪些方法禁止子类重定义该方法()
- 下列哪项不是Java语言的关键字?()&