Tell me about the internal working of Garbage collector?
Answer Posted / mahesh kotekar
GC = Garbage Collector. Its non-deterministic process. When
there are no references to an object and when the system
memory is too low. Then GC runs to deallocate those memory
for non refernced objects. It also moves objects from one
memory allocation to another.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How route table has been created in ASP.NET ASP.Net MVC?
how do you query in entity model when the result has a join from from different database other than the entity model?
What does a viewmodel do?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
In which assembly is the mvc framework defined?
Is it possible to create a custom filter?
Why to use html.partial in mvc?
What is the difference between ViewData, ViewBag and TempData?
What is action methods in web api?
What is renderbody?
How do I install .net framework?
What is tempdata?
What is the use .Glimpse in ASP.Net MVC
what is entity sql?
What is .net framwork?