试题详情
- 单项选择题 11. rbo = new ReallyBigObject(); 12. // more code here 13. rbo = null; 14. /* insert code here */ Which statement should be placed at line 14 to suggest that the virtual machine expend effort toward recycling the memory used by the object rbo?()
A、 System.gc();
B、 Runtime.gc();
C、 System.freeMemory();
D、 Runtime.getRuntime().growHeap();
E、 Runtime.getRuntime().freeMemory();
- A
关注下方微信公众号,在线模考后查看
热门试题
- public class&e
- 下列程序的运行结果()。
- Given that&ensp
- 编写一个Java程序,用if-else语
- 以下关于字符串函数的描述中,正确的是()
- A Company.com&
- public class&e
- Assuming the&en
- 同构数 一个数出现在该数的平
- 检查程序,是否存在问题,如果存在指出问题
- 在一个单CPU的处理机中,有P
- 静态变量就是类变量,系统只为每个类分配一
- After a m
- public static void
- Which Man̳
- Which two are true?(
- 关于接口,描述正确的是()
- 设置分隔条面板的常用参数有哪些?()
- Which one
- Given that&ensp