标题: [Oracle interview]Does garbage collection guarantee that a program will not run out of memory? [打印本页] 作者: 费庆龄 时间: 2013-8-16 16:27 标题: [Oracle interview]Does garbage collection guarantee that a program will not run out of memory? 作者: 程旭媛 时间: 2013-8-16 16:33
Garbage collection does not guarantee that a program will not run out of memory. It is possible for programs to use up memory resources faster than they are garbage collected. It is also possible for programs to create objects that are not subject to garbage collection