views:

36

answers:

2

I know I learnt this on the SCJP syllabus, but it escapes me.

What's the term for a set of objects that refer to each other but are no longer accessible from your program (and are thus eligible for garbage collection)?

+4  A: 

Your objects are unreachable (i.e. they cannot be reached from any current stack frame and can thus be considered to be garbage). In the specific case of a set of mutually-referencing objects, these can be said to have cyclic references

oxbow_lakes
+1  A: 

Island of Isolation

Mihir Mathuria
ah yes, that rings a bell...
Brabster
What has Australia go to do with any of this?
oxbow_lakes