can we call the garbage collector to run explicicitly?
Answer Posted / velu s
Yes we can call the Garbage collector explicitly by using
method Collect().
Ex. Create object for the Garbage collector.
GarbageCollector Gc = new GarbageCollector();
Gc.Collect();
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Explain the advantage of packaging over xcopy in .net?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
If I have multiple filters implemented, what is the order in which these filters get executed?
In razor syntax, what is the escape sequence character for @ symbol?
Why to use Html.Partial in ASP.Net MVC?
How can I tell what .net framework is installed?
What are the new enhancements done in default project template of asp.net mvc 4?
what is entity data model?
What is Differnce between html.action and ajax.action?
Where are the routing rules defined in an asp.net mvc application?
Does windows 10 need .net framework?
Can you use Razor code in Javascript in ASP.Net MVC?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What is NonActionAttribute ?
What does mvvm mean?