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
What is routeconfig.cs in mvc 4?
Is it possible to cancel filter execution?
What is disconnected scenario? : Entity framework
What is storage model? : Entity framework
Explain Keep method in Tempdata in ASP.Net MVC?
What are Code Blocks in Views?
What is the difference between viewbag and viewdata in mvc?
Are there any parts of the .net framework 3.0 that only work on windows vista?
What is the difference between entity framework and mvc?
How can you return string result from Action in ASP.Net MVC?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
In razor syntax, what is the escape sequence character for @ symbol?
Explain something about model, view and controllers in asp.net mvc?
What is needed for running an application built on winfx on the .net framework 3.0?
What is edm in entity framework?