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
Is session stored in browser?
Using code explain Configuration Management
Define the term Web Garden?
Define static function?
Where you store Connection string in "Web.Config" file in ASP.NET?
Explain what is event bubbling?
Why web api is better than wcf?
Define transparent caching with aop?
What are the uses of reflection?
What is difference between session and viewstate?
What are the advantages of asp.net?
How can exception be handled with out the use of try catch?
What’s difference between “optimistic” and “pessimistic” locking?
What is applicatio domain?
How to implement Authentication and Authorization?