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


Please Help Members By Posting Answers For Below Questions

Can I uninstall microsoft .net framework?

551


Which version of .net framework is installed?

494


What are the Core features of ASP.NET MVC?

600


When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?

705


Explain what languages does the .net framework support?

522






Explain Model, view and Controllers in Asp.Net MVC?

562


What is the use of the default route {resource}.axd/{*pathinfo} ?

553


What is difference between Viewbag and Viewdata in ASP.NET MVC?

568


Can you please explain the request flow in ASP.NET MVC framework?

621


What is needed for running an application built on winfx on the .net framework 3.0?

518


What is model first? : Entity framework

539


Why we need a separate mobile project template, while we can render our web application in mobile ?

592


What are html helpers in asp.net mvc?

558


What is the need of Action Filters in ASP.Net MVC

571


Can you explain the page life cycle of mvc?

560