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...

How does Garbage collector(GC) works in .net

Answer Posted / ponvanaraja

1.The .NET Framework's garbage collector manages the
allocation and release of memory for your application.

2. Each time you create an object, the runtime allocates
memory for the object from the managed heap.
3.The garbage collector must perform a collection in order
to free some memory. The garbage collector's optimizing
engine determines the best time to perform a collection,
based upon the allocations being made.
4.When the garbage collector performs a collection, it
checks for objects in the managed heap that are no longer
being used by the application and performs the necessary
operations to reclaim their memory.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

2148


Which method is used to force all the validation controls to run?

1076


What is http request and response?

1070


What is query string? What are its advantages and limitations?

1031


Is asp.net mvc still used? : Asp.Net MVC

1028


Explain how viewstate is being formed?

1030


What is the difference between web config and machine config files?

1063


Explain culture and uiculture values.

1030


Describe the method to create a permanent cookie?

1130


What are standard controls?

1012


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

1082


Less than one page, how many windows will you be able to maintain?

1061


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

1000


What are the data controls available in asp.net?

1004


How do you deploy your asp.net application?

1096