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

问题:

[单选]

Given:  310-025  
Leading the way in IT testing and certification tools, www.testking.com  
- 48 -  
public class foo {  
static String s;  
public static void main (Stringargs) {  
system.out.printIn (“s=” + s);  
}  
}  
What is the result?()

A .  The code compiles and “s=” is printed.
B .  The code compiles and “s=null” is printed.
C .  The code does not compile because string s is not initialized.
D .  The code does not compile because string s cannot be referenced.
E .  The code compiles, but a NullPointerException is thrown when toString is called.

新闻传播的要素主要包括()。 事实。 新闻报道者。 新闻接受者。 新闻效果。 新闻教育。 裂生型分泌道 简述证据规则有哪些? 简述事实推定的成立要件是什么? 直径小于()的硬聚氯乙烯挤压管多采用承插连接。 100mm。 150mm。 200mm。 250mm。

Given:  310-025  
Leading the way in IT testing and certification tools, www.testking.com  
- 48 -  
public class foo {  
static String s;  
public static void main (Stringargs) {  
system.out.printIn (“s=” + s);  
}  
}  
What is the result?()

参考答案:

  参考解析

本题暂无解析

在线 客服