Friday 16 December 2011

55.Which of the following statements is correct?

A.There is one garbage collector per program running in memory.
B.There is one common garbage collector for all programs.
C.An object is destroyed by the garbage collector when only one reference refers to it.
D.We have to specifically run the garbage collector after executing Visual Studio.NET.
Answer: Option B