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
Contrast OOP and SOA. What are tenets of each ?
How you can access the values from the Repeater control in ASP.NET?
How do you remove duplicates without using remove duplicate stage?
What is difference between viewstate and session state in javascript?
How many types of sessions are there in asp net?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What does clearing cache?
Is asp.net mvc still used? : Asp.Net MVC
Can you dynamically assign a Master Page?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
In asp.net, how can you validate drop down box?
How does asp.net page work?
What is a 401 redirect?
What is the difference between equals() and == in c#?