Answer Posted / vamsi manikonda
when the object was not used it was thrown to the garbage
collector.this has to be done by CLR which behaves like a
runtime for .net like java virtual machine for java.
we can force the garbage collector to run also.
syntax:system.gc.collect();
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
List the major built-in objects in asp.net?
What is paging in context of Memory?
What is the difference between pathparam and queryparam?
What is event bubbling?
Explain how dot net compiled code will become platform independent?
How do we ensure view state has not tampered?
Explain asp.net page life cycle?
What are the different types of sessions in asp.net?
What is the use of global.asax file?
How do you open a page in a new window?
What is the mvc model?
Is oauth for authentication or authorization?
What are the different types of validation controls in asp.net?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?