99色精品-9色在线-99色在线-99色视频 国产欧美日产一区二区三区_亚洲精品亚洲人成在线观看_四虎在线精品永久观看_免费一级a一片久久精

多項選擇題

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.

微信掃碼免費搜題