Java unreachable linked list branch garbage collection -


i have 'disfigured' linked list has following structure:

a -> b -> c -> d -> e           ^           |           g           ^           |           f 

suppose have reference pointing , reference pointing f. want branch f->g deleted memory.

is enough set reference f null , rely on gc remove branch memory?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -