What's the term for an isolated set of references?

Posted by Brabster on Stack Overflow See other posts from Stack Overflow or by Brabster
Published on 2010-03-19T16:47:27Z Indexed on 2010/03/19 16:51 UTC
Read the original article Hit count: 148

Filed under:
|

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)?

© Stack Overflow or respective owner

Related posts about java

Related posts about garbage-collection