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

问题:

[多选]

10. public class MyClass { 
11. 
12. public Integer startingI; 
13. public void methodA() { 
14. Integer i = new Integer(25); 
15. startingI = i; 
16. methodB(i); 
17. } 
18. private void methodB(Integer i2) { 
19. i2 = i2.intValue(); 
20. 
21. } 
22. } 
If methodA is invoked, which two are true at line 20?()

A .  i2 == startingI returns true.
B .  i2 == startingI returns false.
C .  i2.equals(startingI) returns true.
D .  i2.equals(startingI) returns false.

坚硬岩石中也存在孔隙。 中国行使选举权的年龄是()周岁。 十六。 十八。 二十。 二十三。 触变性液体 以下描述个人资产负债表和个人现金流量表之间的关系中,正确的是() 两者是互为结果的。 两者没有联系。 两个时点之间资产负债表净资产变化的原因,正是通过该时期现金流量表来揭示。 当现金流出大于现金流入时,则净资产缩小。 当现金流入大于现金流出时,则净资产提高。 蝶形花冠中,位于最下方,且下缘稍合生的花瓣称为()。 旗瓣。 翼瓣。 龙骨瓣。 花萼。

10. public class MyClass { 
11. 
12. public Integer startingI; 
13. public void methodA() { 
14. Integer i = new Integer(25); 
15. startingI = i; 
16. methodB(i); 
17. } 
18. private void methodB(Integer i2) { 
19. i2 = i2.intValue(); 
20. 
21. } 
22. } 
If methodA is invoked, which two are true at line 20?()

参考答案:

  参考解析

本题暂无解析

在线 客服