Thomas John

Greenhorn
+ Follow
since Jul 19, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Thomas John

The answer is false. But what about the general comments. I didn't get that.
Can anybody please explain what the general comments means for the question below?

Any class may be unloaded when none of it's instances and class objects that represent this class are reachable.


Select 1 correct option.
a True


b False


General Comments
A class or interface may be unloaded if and only if its class loader is unreachable (the definition of unreachable is given in JLS 12.6.1). Classes loaded by the bootstrap loader are not unloaded.