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
Why we need a separate mobile project template, while we can render our web application in mobile ?
What are the two ways to add constraints to a route?
Which version of .net framework is installed?
What are the sub types of ActionResult?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
How to change the action name in ASP.Net MVC?
How route table has been created in asp.net mvc?
What is the use of view model in asp.net mvc?
Is entity framework slow?
What are non action methods in mvc?
What is entity framework? : Entity framework
Is .net framework going away?
List out few different return types of a controller action method?
What are Code Blocks in Views?
Which filter executes first in an asp.net mvc application?