开发者

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

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

Wha开发者_运维问答t'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)?


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


Island of Isolation

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜