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
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What is edm designer? : Entity framework
Explain what platforms does the .net framework run on?
Mention what is the difference between “ActionResult” and “ViewResult” ?
Explain test driven development (tdd) ?
How can you return string result from Action in ASP.Net MVC?
what is use of entitydatasource control?
What is the advantage of using asp.net routing?
what is entity graph in entity framework?
What is work of clr?
Explain how to use multiple submit buttons in ASP.Net MVC?
explain what does .edmx file contains?
What is the difference between partial and renderpartial?
What are the benefits of .net framework?
Explain what languages does the .net framework support?