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 is the difference between old ADO.NET and Entity framework coding techniques?
How can I tell what .net framework is installed?
What is the difference between .net core and .net framework?
what is entity framework?
List the new features added in .net framework 4.0.
The order of the filters that get executed, if the multiple filters are implemented?
what is deferred loading(lazy loading)?
Explain the use of Inversion of control (IOC)?
What are Code Blocks in Views?
Explain how to use multiple submit buttons in ASP.Net MVC?
What is the role of the jit compiler in .net framework?
What is the .net framework and how does it work?
How to enable Attribute Routing?
Which are the important namespaces used in mvc?
What are action filters?