Does garbage collection guarantee that a program will not run out of memory?

Does garbage collection guarantee that a program will not run out of memory?

Hitesh
Views: 637 | Community Opinion: 1

Tags..  Garbage Collection  Core Java

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Dargin Said..

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






What do you think? Add your opinion/answer
*Name
*your opinion/answer: