How Garbage Collector identifies the objects which are not
in use?
Answer Posted / anirudh menon
C# makes use of the Finilize() destructor for this purpose.
The CLR periodically checks the entire program for unused
objects using the refrence tracing garbage collector which
in turn invokes he Finilze() destructor to relese the
memory of such objects.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What is .net framwork?
Explain .Net Framework? Why we use it?
What you mean by routing in mvc?
Possible ways to prevent xss attacks on mvc application?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is MVVM design pattern?
What is the difference between old ADO.NET and Entity framework coding techniques?
Explain what is asp.net mvc?
What operating systems will the .net framework 3.0 be available for?
What are the new features 3.5 framework against with the tool?
What is work of clr?
What is a model in programming?
what is ssdl?
What are actions in asp.net mvc?
What are the 3 main components of an asp.net mvc application?