Java Memory Management
Garbage Collection:
Garbage collection (GC) is a form of automatic memory management. The garbage collector, or just collector, attempts to reclaim garbage, or memory occupied by objects that are no longer in use by the program.
Source:-
http://javadecodedquestions.blogspot.in/2012/12/java-memory-management.html
No comments:
Post a Comment