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
In razor syntax, what is the escape sequence character for @ symbol?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Which is the default http method for an action method?
What are the 3 main components of an asp.net mvc application?
Is .net core replacing .net framework?
What is rxjava used for?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
Explain tempdata in mvc?
How to Create an Intranet Site Using ASP.NET MVC?
Explain Keep method in Tempdata in ASP.Net MVC?
Define the core components of an ASP.NET MVC application?
What are Action Methods in ASP.NET MVC?