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
How to answer for project questions..?
What is Area in ASP.Net MVC?
Do you know about the new features in ASP.Net MVC 4 ?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is Dependency Injection in ASP.Net MVC
Can I add asp.net mvc testcases in visual studio express?
How does servicing work for the .net framework 3.0?
Which filter executes first in an asp.net mvc application?
Explain the advantages of asp.net mvc over asp.net?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is the use .glimpse in mvc?
What you mean by routing in asp.net mvc?
Does windows 10 need .net framework?
What is meant by bootstrap in mvc5?
What is representational state transfer (rest) mean?