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 are Code Blocks in Views?
What is the advantage of mvc?
What filters are executed in the end?
What is the purpose of a web form?
What are the two ways to add constraints to a route?
What are the 3 main components of an asp.net mvc application?
What is the advantage of using asp.net routing?
What is mvc entity framework?
How can you return string result from Action in ASP.Net MVC?
What are the sub types of ActionResult?
What is session state management?
I want ask from plz smaple example code for Biztalkk server
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
What are the advantages of asp.net mvc?
What are non action methods in mvc?