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
What are the advantages of asp.net mvc?
What is definingquery in entity framework? : Entity framework
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What is edm designer? : Entity framework
What is disconnected scenario? : Entity framework
What is the use of the default route?
Is it possible to share a view across multiple controllers?
Which are the important namespaces used in ASP.Net MVC?
In which assembly is the mvc framework defined?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
how do you mark a property as required? For example, for a project, the name is a required field.
What is ViewData and TempData in ASP.Net MVC?
How do I install .net framework?
Explain Model, view and Controllers in Asp.Net MVC?