当前位置:SCJP程序员认证考试题库

问题:

[单选]

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.

鸳鸯蝴蝶派主要刊物有()。 《礼拜六》。 《小说时报》。 《眉语》。 《小说大观》。 《小说月报》。 项目目标控制的主要措施有()。 组织措施。 管理措施。 经济措施。 技术措施。 生产措施。 如果客户坚持要对财务策划方案修改,财务策划师应该依照客户要求完成,不需对客户有其他要求。 简述吸附架桥作用原理 收入鲁迅小说集《呐喊》的作品有()。 《离婚》。 《白光》。 《祝福》。 《故乡》。 《药》。

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?() 

参考答案:

  参考解析

本题暂无解析

在线 客服