移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

单选题

1. public class GC {  2. private Object o;  3. private void doSomethingElse(Object obj) { o = obj; }  4. public void doSomething() {  5. Object o = new Object();  6. doSomethingElse(o);  7. o = new Object();  8. doSomethingElse(null);  9.o=null;  10. }  11. }  When the doSomething method is called, after which line does the Object created in line 5 become available for garbage collection?() 

发布日期:2021-10-26

1. public class GC {  2. private Object o;  3. pri...
A

Line 5

B

Line 6

C

Line 7

D

Line 8

E

Line 9

F

Line 10

标签: "暂无标签"

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!