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
What are the Core features of ASP.NET MVC?
What are Scaffold templates in ASP.Net MVC?
Explain what languages does the .net framework support?
In razor syntax, what is the escape sequence character for @ symbol?
What you mean by routing in asp.net mvc?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
Is .net core replacing .net framework?
What is a model in programming?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What is model first? : Entity framework
What is the need of Action Filters in ASP.Net MVC
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What is Peek method in Tempdata in ASP.Net MVC?
Which filter executes first in an asp.net mvc application?