Solved

All of the Following Statements Are True About the

Question 2

Multiple Choice

All of the following statements are true about the .NET garbage collection utility except __________.


A) The garbage collector is a utility program that removes objects from memory that are no longer needed.
B) As the amount of available memory decreases, the garbage collector removes unreferenced objects more often.
C) The garbage collector removes an object from memory immediately when the last reference to it has been removed.
D) The system uses an algorithm to determine when it should periodically remove unused objects.

Correct Answer:

verifed

Verified

Related Questions