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 poco proxy? : Entity framework
Is the following route definition a valid route definition? {controller}{action}/{id}
What is a razor file?
What is orm entity framework?
How we can invoke child actions in ASP.Net MVC?
What is associationset? : Entity framework
List the new features added in .net framework 4.0.
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What are Non Action methods in ASP.Net MVC?
Explain entity lifecycle? : Entity framework
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Is dapper faster than entity framework?
What is action methods in web api?
How to Create an Intranet Site Using ASP.NET MVC?
what is entityclient?