How Garbage Collector identifies the objects which are not
in use?
Answer Posted / bharani
GC identifies the objects which are not in use by the use
of generations. Whenever a new object is created or deleted
GC sweeps the heap by moving the variables to different
generations, and finally destructs the objects whichever
belongs to generation 0.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What are Model Binders in ASP.Net MVC?
Possible ways to prevent xss attacks on mvc application?
How to use Jquery Plugins in ASP.Net MVC validation?
what is explicit loading?
In razor syntax, what is the escape sequence character for @ symbol?
How you can implement custom validation in asp.net MVC?
What is the difference between viewbag and viewdata in asp.net mvc?
Can you explain model, controller and view in mvc?
Which version of .net framework is installed?
What is Area in ASP.Net MVC?
Which are the important namespaces used in mvc?
What are the new features 3.5 framework against with the tool?
Explain the .net framework.
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
How can I tell what .net framework is installed?