Hi friends,
Ques : I want to know that What is the purpose of garbage collection in Java, and when is it used. Please explain in brief?
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 Mar 23, 2012, 12:22 PM
See, for example:
http://javarevisited.blogspot.co.uk/2011/04/garbage-collection-in-java.html
SenthilkumarPosted Mar 23, 2012, 12:11 PM
I have written an article with example program. Please go through this url.
http://www.c-sharpcorner.com/uploadfile/skumaar_mca/garbage-collection-in-net-framework/
VulpesPosted Mar 23, 2012, 8:03 AM
This relieves the programmer from having to manage memory manually.