Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are the Core features of ASP.NET MVC?

1122


What are Scaffold templates in ASP.Net MVC?

1122


Explain what languages does the .net framework support?

1037


In razor syntax, what is the escape sequence character for @ symbol?

1044


What you mean by routing in asp.net mvc?

1113


Explain the difference between Viewbag and Viewdata in ASP.NET MVC?

1085


Is .net core replacing .net framework?

1033


What is a model in programming?

1052


Is it possible to unit test an mvc application without running the controllers in an asp.net process?

1186


What is model first? : Entity framework

1117


What is the need of Action Filters in ASP.Net MVC

1167


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?

1044


Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

2349


What is Peek method in Tempdata in ASP.Net MVC?

1225


Which filter executes first in an asp.net mvc application?

1043