Tell me about the internal working of Garbage collector?
Answer Posted / kanth
The main objective of GC is Memory Management....
Gc wil take initiative when ever the application meemory is
low...we hav Finalize() method which runs implicitly...and
Dispose() method which we hav to kal Explicity....
Gc identifies the unused objects with reference counting
concept.
Finalize() method runs implicitly and free the resources if
the object havin no references...in the case of Dispose()
method it wont mind if the reference r ther.....
Gc maintain 4 Generation...start with 0 ..ends with 3
if GC released the resources using
Finalize method() still u can get the object..coz dis
method havin backup...it stores in generation0-3
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is entity framework slow?
How to use multiple submit buttons in asp.net mvc?
Explain peek method in tempdata in asp.net mvc?
Explain bundle.config in mvc4?
Why we need a separate mobile project template, while we can render our web application in mobile ?
what is split entity?
Difference between ASP.NET MVC and ASP.NET WebForms?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Describe the .net framework architecture.
What is a model in android?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
Which is the default http method for an action method?
What are Code Blocks in Views?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Explain the methods used to render the views in ASP.Net MVC?