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 |
How does cas works?
What is the use of design pattern?
Explain manifest & metadata.
How does the .NET framework work?
How to get the number after decimal point in .net?
What are the new 2.0 features useful for?
What is RCW (Run time Callable Wrappers)?
Can you configure a .NET Remoting object via XML file?
What is a Manifest?
What is DTS and explain the purpose of it?
What is .net3.0 and .net3.5?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?