ProAnswers.org
Which algorithm is used by garbage collector to remove the unused variables or objects from memory?
keem
January 9, 2014, 5:57pm
#1
rajesh
January 9, 2014, 5:58pm
#2
Garbage collector uses many algorithms but the most commonly used algorithm is mark and sweep.