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
how to disable the lazy loading framework?
Explain the .net framework.
What is the use of action filters in an mvc application?
How we can multiple submit buttons in ASP.Net MVC
What is the difference between renderaction and renderpartial?
Explain Keep method in Tempdata in ASP.Net MVC?
Can you explain renderbody and renderpage in asp.net mvc?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
what is entity sql?
Is it possible to share a view across multiple controllers?
Explain the advantages of asp.net mvc over asp.net?
In razor syntax, what is the escape sequence character for @ symbol?
Explain peek method in tempdata in asp.net mvc?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is the difference between partial and renderpartial?