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:

Verified
Correct Answer:
Verified
Q1: _is a general model of something -
Q3: Which of the following displays a window
Q4: A _defines a special type of class
Q5: A function that is a member of
Q6: Every class you create in Visual Basic
Q7: Class members declared with this access specifier
Q8: The _access specifier permits class members to
Q9: A variable declared inside a class is
Q10: When creating a ToString method to return
Q11: When using the Remove method of a