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


Please Help Members By Posting Answers For Below Questions

Describe the gac in the .net framework.

577


How can you return string result from Action in ASP.Net MVC?

559


How large is the .net framework 3.0? Does this change make the release larger?

554


What is razor code?

598


What are the advantages of mvc over asp.net?

565






How you can implement custom validation in asp.net MVC?

580


What is storage model? : Entity framework

556


Are there any parts of the .net framework 3.0 that only work on windows vista?

561


What is meant by tempdata in mvc?

539


Explain what is routing?

520


What is layout in mvc?

567


What is meant by domain model?

543


In Server how to check whether model has error or not in ASP.Net MVC

627


What are ajax helpers in mvc?

521


What is renderbody?

549