How does Garbage collector(GC) works in .net
Answer Posted / bala
Garbage collection is a system whereby a run-time component
takes responsibility for managing the lifetime of objects
and the heap memory that they occupy. This concept is not
new to .NET - Java and many other languages/runtimes have
used garbage collection for some time.
A little. For example, the System.GC class exposes a
Collect method - this forces the garbage collector to
collect all unreferenced objects immediately.
| Is This Answer Correct ? | 12 Yes | 12 No |
Post New Answer View All Answers
List the events in page life cycle.
Why is xap important?
What are the events that happen when a client requests an asp.net page from iis server?
What is difference between web api and web services?
What is viewstate parameter?
How does the service stream content?
Where sessions are stored?
Is asp.net mvc front end or backend? : Asp.Net MVC
Write a code for sending an email from asp.net application.
Do you support digital rights management to protect my videos?
Why asp.net is used?
Explain the difference between debug.write and trace.write?
Why Unload event of MasterPage Calls first in ASP.net ?
What is difference between asp.net and asp?
Distinguish between Server-side and Client-side code?