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

How does cas works?

1 Answers  


What is the use of design pattern?

1 Answers  


Explain manifest & metadata.

5 Answers   Wipro,


How does the .NET framework work?

1 Answers  


How to get the number after decimal point in .net?

1 Answers  


What are the new 2.0 features useful for?

1 Answers  


What is RCW (Run time Callable Wrappers)?

2 Answers  


Can you configure a .NET Remoting object via XML file?

1 Answers  


What is a Manifest?

1 Answers   CTS,


What is DTS and explain the purpose of it?

1 Answers   ADITI,


What is .net3.0 and .net3.5?

1 Answers  


If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

1 Answers  


Categories