When and how are classes garbage collected in Java?
- by Bright010957
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?