Do you know what is garbage collector?



Do you know what is garbage collector?..

Answer / 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

More Dot Net General Interview Questions

Explain what is the difference between web application and enterprise application?

1 Answers  


Which method do you use to redirect the user to another page without performing a round trip to the client?

4 Answers   Siebel Systems,


Dot Net is Platform Independent or Platform Dependent..?

2 Answers  


What is the use of common language runtime?

1 Answers  


What is the use com component in .net?

1 Answers  


What is a strategy pattern? Implement it.

1 Answers  


How WSDL is stored ?

1 Answers   PPS, TCS,


What is boxing?

3 Answers  


Explain what is the difference between response.redirect & server.transfer?

1 Answers  


What is the transport protocol you use to call a seb service soap?

1 Answers  


Please explain what is the difference between odbc and ado?

1 Answers  


What is the difference between a Hash Table and a Dictionary?

1 Answers  


Categories