当前位置: 技术问答>java相关
请给小弟讲一下这道题的意思!
来源: 互联网 发布时间:2015-03-26
本文导语: Which memory management problems are addressed by garbage collection? //主要是这个题目,我不懂她问什么? A. Accidental deallocation of memory that is still in use. B. Failure to reclaim all unneeded memory. C. Failure to reclaim inaccessib...
Which memory management problems are addressed by garbage collection?
//主要是这个题目,我不懂她问什么?
A. Accidental deallocation of memory that is still in use.
B. Failure to reclaim all unneeded memory.
C. Failure to reclaim inaccessible memory.
D. Insufficient physical memory.
E. Insufficient virtual memory.
谢谢!
//主要是这个题目,我不懂她问什么?
A. Accidental deallocation of memory that is still in use.
B. Failure to reclaim all unneeded memory.
C. Failure to reclaim inaccessible memory.
D. Insufficient physical memory.
E. Insufficient virtual memory.
谢谢!
|
意思:下面哪一类内存管理问题是被垃圾搜集器“解决了的”?
|
既然是不可及的内存,垃圾搜集器也不可能访问得到,因此C是对的。
|
Which memory management problems are addressed by garbage collection?
哪个内存管理问题在垃圾回收机制里面被提到
哪个内存管理问题在垃圾回收机制里面被提到