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
What is the difference between web config and machine config files?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is voluum?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Explain in what order a destructors is called.
What are the uses of list view control in Asp.net?
How can you register a custom server control to a web page?
How would you implement inheritance using c#?
What is the purpose of using MVC programming pattern in ASP.NET?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What are the file extensions for razor views?
Where web.config file is used?
What is master page in dtp?
What are the events in a page life cycle?
What are the Types of objects in ASP