I was wondering how the garbage collector in Java deals with the following situation.
Object A has a reference to Object B and Object B has a reference to Object C. The
If there is no reference to object, then it will be suitable for GC to proceed