java - "Island of isolation" of Garbage Collection -


Can anyone explain the concept of a collection of isolation island ?

object A reference object B. Object B reference object A. Object No and Object B are not referenced by any other object. This is an island of isolation.

Basically, an island of isolation is a group of objects in the context of each other, but no active object in the application is given context. Strictly speaking, even one unpublished object is also an isolated island.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -