Discussion :: Constructors
-
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
Explanation :
No answer description available for this question.
Be The First To Comment