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
Name a few different return types of a controller action method?
What is partialview in asp.net mvc?
How we can add the css in mvc?
mention what is code first approach and model first approach in entity framework?
What are sections?
Explain how to use multiple submit buttons in ASP.Net MVC?
What is web api‘s in asp.net mvc 4 ?
What is the "helperpage.isajax" property?
Explain the 'page lifecycle' of an ASP.NET MVC?
why DotNetFramework is included in building a software
What are bundling & minification features in asp.net mvc 4?
What is the need of Action Filters in ASP.Net MVC
What is layout in mvc?
What filters are executed in the end?
Is .net core replacing .net framework?