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
Which is the root namespace for fundamental types in .net framework?
what is entity graph in entity framework?
What are the 3 main components of an asp.net mvc application?
Explain the methods used to render the views in ASP.Net MVC?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What is edm (entity data model)? : Entity framework
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What is ViewData and TempData in ASP.Net MVC?
How can I tell what .net framework is installed?
What are the components required to create a route in ASP.Net MVC?
Difference between ASP.NET MVC and ASP.NET WebForms?
Mention some action filters which are used regularly in ASP.Net MVC?
Which is the default http method for an action method?
What is the advantage of using asp.net routing?