试题详情
- 单项选择题11.public void genNumbers(){ 12.ArrayList numbers=new ArrayList(); 13.for(inti=0;i<10;i++){ 14.intvalue=i*((int)Math.random()); 15.IntegerintObj=newInteger(value); 16.numbers.add(intObj); 17.} 18.System.out.println(numbers); 19.} Which line of code marks the earliest point that an object referenced by intObj becomes a candidate for garbagec ollection?()
A、Line16
B、Line17
C、Line18
D、Line19
E、The object is NOT a candidate for garbage collection.
- D
关注下方微信公众号,在线模考后查看
热门试题
- 数据字段的生存周期与对象相同
- 士兵在演练过程中,队伍变换成10、21、
- Which code&ensp
- Which interfac
- 已知: 执行时会抛出哪种异常()
- 1. public&ensp
- 求0—7所能组成的奇数个数。
- 编写一个Java程序将当100,101,
- What is th
- class Mineral&
- 下面哪些控件可以产生ActionEven
- And the co
- 下列有关main()方法的签名正确的是哪
- What is th
- 每个类都至少包含一个构造函数
- What will&ensp
- 拍七游戏 打印出"拍七"游戏规则: 大家
- public class&e
- 鼠标监听器有哪些特点?()
- 下列哪些方法是在编译时刻绑定的?()