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 is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What is Attribute Routing in ASP.Net MVC?
What is entity framework used for?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
What is the "helperpage.isajax" property?
When will the .net framework 3.0 be released?
What is rxjava used for?
What are Scaffold templates in ASP.Net MVC?
Can you set the unlimited length for "maxjsonlength" property in config?
What is code first? : Entity framework
Explain linq to entities? : Entity framework
What is the difference between renderaction and renderpartial?
What does a viewmodel do?
List out few different return types of a controller action method?
Name a few different return types of a controller action method?