Why can a class not be unloaded without unloading the classloader?
- by Everyone
The answer to 'unloading classes in java' says -
"The only way that a Class can be unloaded is if the Classloader used is garbage collected."
I took a look at the JLS but couldn't understand it
Why is this the case?