Answer Posted / seshu
garbage collection is a form of automatic memory management.
The garbage collector attempts to reclaim garbage or memory
used by objects that will never be accessed or mutated again
by the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I upload a file from my ASP.NET page?
What are the different method of navigation in asp.net?
What are the major built-in objects in ASP.NET?
What are custom controls?
How would you turn off cookies on one page of your website?
How is a session stored and maintained in asp.net?
What is the differences between a primary key and a unique key in sql server?
Can asp.net work on an nt server?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is difference between web api and web services?
Define static constructor?
How could you modify xaml content from javascript?
How many types of cookies are there in asp.net?
what is loosely coupled solution? How it can be used?
How would you enable impersonation in the web.config file?