How to free the memory that is not used by an object in
garbage collection?
Answer Posted / srinivas
in garbage collection,heap is divided into
generations,g1,g2,g3.all available objects stored in g1,if
g1 is full,then garbage collector performs the collection
process,in that fist identify the ideal object and used
objects,second delete the used objects and ideal objects are
put in to finalization queue,and then use genarations.
then we get free memory in garbage collection
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain how you can implement Ajax in MVC?
Which .net framework is installed?
Can a view be shared across multiple controllers? If yes, how we can do that?
What is the use .Glimpse in ASP.Net MVC
What is RouteConfig.cs in ASP.Net MVC 4?
What is basic authentication in web api?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
Is it possible to share a view across multiple controllers?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
Is .net framework 4.8 the last version?
what is explicit loading?
What is display mode in mvc?
Does windows 10 need .net framework?
How do I use partial view?
What is the difference between renderaction and renderpartial?