Hi Friends
How can you force garbage collection?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Nov 23, 2012, 9:04 AM
Calling System.gc() prior to starting the critical operation minimizes the chance of this happening.
Satyapriya NayakPosted Nov 23, 2012, 8:57 AM
Vithal WadjePosted Nov 23, 2012, 6:11 AM
their is no need to force garbage collector,it automatically works