Java Garbage Collection
Posted
by pietervn
on Stack Overflow
See other posts from Stack Overflow
or by pietervn
Published on 2010-05-26T05:19:12Z
Indexed on
2010/05/26
5:21 UTC
Read the original article
Hit count: 332
I was wondering about the garbage collection that takes place in Java. Is it really able to handle all objects that aren't used and free up the most possible memory?
I also want to know how does the Java garbage collection compare to another language like lets say C#? And then, how does the automatic garbage collection measure up against manual collection from a language like C?
© Stack Overflow or respective owner