试题详情
- 单项选择题 public class Test { public static void main(String [] args) { boolean assert = true; if(assert) { System.out.println(”assert is true”); } } } Given: javac -source 1.3 Test.java What is the result?()
A、 Compilation fails.
B、 Compilation succeeds with errors.
C、 Compilation succeeds with warnings.
D、 Compilation succeeds without warnings or errors.
- C
关注下方微信公众号,在线模考后查看
热门试题
- class Sock2&en
- You are c
- continue只能出现在在循环语句中(
- Which statement
- 1. import&ensp
- public class&e
- 编写Applet程序,画出一条螺旋线。
- 对于线程局部存储TLS(thread l
- 已知: 则输出为()
- Given this&ens
- 已知: 横线处应填写()
- 获取File实例所封装文件长度的方法是?
- 1. public&ensp
- 面板缺省搭配的是什么布局管理器̳
- 1. class
- public static&
- 下列关于java 中的&ens
- 对于如下代码,描述正确的是哪项?()&
- 按钮的事件处理类的主要作用是什么?()
- 1. public&ensp