When and how are classes garbage collected in Java?
Posted
by Bright010957
on Stack Overflow
See other posts from Stack Overflow
or by Bright010957
Published on 2010-03-12T14:15:58Z
Indexed on
2010/03/12
14:27 UTC
Read the original article
Hit count: 143
I asked a question about Garbage Collection in Java in this topic. But the answer I got, gave me another question.
Someone mentioned that classes can be collected by the garbage collector too. Is this true?
And if it is true, how does this work?
© Stack Overflow or respective owner