Tell me about the internal working of Garbage collector?
Answer Posted / sri
Internally GC Frees the memory means The objects which are
not used from long time onwords it delets the objects and
frees the memory to place the new objects which are going
to be used.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What you mean by routing in asp.net mvc?
Explain the tools used for unit testing in ASP.Net MVC
Explain what platforms does the .net framework run on?
What is Area in ASP.Net MVC?
explain why t4 entity is important in entity framework?
How does work clr?
What is entity framework? : Entity framework
What is the version number for the next version of the .net framework, codenamed �orcas�?
Can a view be shared across multiple controllers? If yes, how we can do that?
What is Differnce between html.action and ajax.action?
Which filter executes first in an asp.net mvc application?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
Explain dependency resolution?
Explain tempdata in mvc?
What is ViewStart Page in ASP.Net MVC?