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
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Explain the asp.net page life cycle.
Explain exception filters?
What are the two Layouts supported by a Web form in ASP.NET?
Is asp.net is a programming language?
What are Master Pages in ASP.NET?
Define what is razor? : asp.net mvc
What is master page in dtp?
Explain the features that make asp.net more used framework? : asp.net mvc
Can I combine classic asp and asp.net pages?
What is the maximum timeout we can set for Cookies?
How is session id generated?
Which Is Faster MVC or ASP.net ?
What is the purpose of asp.net?
What is the use of response redirect in asp.net?