adspace


Do you know what is garbage collector?

Answer Posted / Maneesh Jaiswal

Garbage collector is a feature in C# that automatically frees up memory by removing unused objects from memory. The .NET Common Language Runtime uses a garbage collector to manage the memory allocation and deallocation of objects.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143