How does Garbage collector(GC) works in .net
Answer Posted / sathish
In .net the garbage collection is called by the class
system.gc.collect
It manages the unused objects and releases the memory.
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
What is difference between abstract class and an interface?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is considered a service provider?
When does a session actually start?
Why would a company use an application service provider?
What are the event handlers that we can have in global.asax file?
What are the Types of session management in ASP.NET
Explain the difference between sql invalidation and sql notification.
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
How to prevent client side validation from the ASP.NET validation controls?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is a global postback url?
What are Master Pages in ASP.NET?
How many web.config files can I have in an application?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?