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


What is GC (Garbage Collection) and how it works



What is GC (Garbage Collection) and how it works..

Answer / kirti

One of the good features of the CLR is Garbage Collection, which runs in the background collecting unused object references, freeing us from having to ensure we always destroy them. In reality the time difference between you releasing the object instance and it being garbage collected is likely to be very small, since the GC is always running.

[The process of transitively tracing through all pointers to actively used objects in order to locate all objects that can be referenced, and then arranging to reuse any heap memory that was not found during this trace. The common language runtime garbage collector also compacts the memory that is in use to reduce the working space needed for the heap.]

Heap:

A portion of memory reserved for a program to use for the temporary storage of data structures whose existence or size cannot be determined until the program is running.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

what is connection pooling

5 Answers  


List the new features added in .net framework 4.0.

0 Answers  


which are the key concepts of entity data model?

0 Answers   Microsoft,


What is the use of finalize and dispose eventhough garbage collector is working?

3 Answers   Kanbay,


What does assert() method do?

1 Answers   MCN Solutions, Siebel Systems,


How would you make a combo-box appear in one column of a DataGrid?

1 Answers  


Is .net core replacing .net framework?

0 Answers  


What is the purpose of a web form?

0 Answers  


How to ensure the credentials for WebService using Windows authentication

1 Answers   Proteans,


What is clr? How does work clr & wht is work of clr?

0 Answers  


What are the Main Features of .NET platform

1 Answers  


What is the use of web api ? Why web api needed, if you have already restful services using wcf ?

0 Answers  


Categories