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

问题:

[单选]

public class Test {  
public static void main (String args) { 
string foo = “blue”; 
string bar = foo;  
foo = “green”;  
System.out.printIn(bar);  
}  
}  
What is the result?()  

A .  An exception is thrown.
B .  The code will not compile.
C .  The program prints “null”
D .  The program prints “blue”
E .  The program prints “green&rdquo

经典遗传学阶段的著名科学家包括() 孟德尔。 萨顿。 博韦里。 摩尔根。 根据学科本身的系统及其内在的联系组织幼儿园课程内容的原则是()。 纵向顺序。 直线性顺序。 逻辑顺序。 心理顺序。 货币市场基金的特点不包括()  资本安全性低。  收益稳定。  流动性强。  购买限额低。 管理既是一门科学又是一门艺术。管理的艺术性,是强调管理的:() 复杂性。 有效性。 实践性。 精确性。 神示证据制度产生于()时期,是证据制度发展史上最原始的一种证据制度。 原始社会。 奴隶社会。 封建社会。 资本主义社会。

public class Test {  
public static void main (String args) { 
string foo = “blue”; 
string bar = foo;  
foo = “green”;  
System.out.printIn(bar);  
}  
}  
What is the result?()  

参考答案:

  参考解析

本题暂无解析

在线 客服