Discussion :: .NET Framework
-
Which of the following jobs are NOT performed by Garbage Collector?
- Freeing memory on the stack.
- Avoiding memory leaks.
- Freeing memory occupied by unreferenced objects.
- Closing unclosed database collections.
- Closing unclosed files.
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment