Hi All,
Am I right on these two points:-
1>Any object whose reference variable is accessible by any live
thread (daemon or user) be it a weak, strong, soft reference type is not eligible to be gced.
2>After the first condition is applied the GC has a knowledge of the objects that it can take out of memory and from this lot of objects first gc will try to get rid of weak then soft then strong.
Please correct me if Iam wrong.
Thanks,
Abhisek