Which of the following is not true for garbage collector?

Options
- It is a thread that runs in the background of managed .NET application
- It constantly traces the reference tree, and look for objects that are no longer referenced.
- It reclaims memory when a non-referenced object is found.
- It manages application execution and enforces type safety.


CORRECT ANSWER : It manages application execution and enforces type safety.

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement