[Oracle interview]Does garbage collection guarantee that a program will not run out of memory?
Garbagecollection does not guarantee that a program will not run out of memory. Itis possible for programs to use up memory resources faster than they aregarbage collected. It is also possible for programs to create objects thatare not subject to garbage collection
页:
[1]