Constructors - Programming

Q1:

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.

ANS:B - There is one common garbage collector for all programs.

No answer description is available. Let's discuss.