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


If i have 100 objects in my application are out of
scope.when first time garbage collected how many objects
memory reference are free?

Answers were Sorted based on User's Feedback



If i have 100 objects in my application are out of scope.when first time garbage collected how man..

Answer / radhika

garbage collector cleans the memory based on the concept of
unreachable roots.so if these 100 objects are not in the
list of reachable roots provided by the jitcompiler which
is avalable to garbage collector then they will be removed.

Is This Answer Correct ?    5 Yes 1 No

If i have 100 objects in my application are out of scope.when first time garbage collected how man..

Answer / shailesh

First time free any object.Second time it will clean 100
object memory reference.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More C Sharp Interview Questions

Enlist some of the properties of a thread class?

0 Answers  


How can you clean up objects holding resources from within the code?

2 Answers   L&T, Wipro,


How long does it take to learn c# for unity?

0 Answers  


Explain how do you convert a value-type to a reference-type?

0 Answers  


what is a enumeration in c#

0 Answers   Cognizant,


What is out int in c#?

0 Answers  


Can delegates be used as callbacks?

0 Answers  


Can constructor be protected?

0 Answers  


When you inherit a protected class-level variable, who is it available to?

2 Answers  


What is an assembly in .net?

0 Answers  


What is the difference between early binding and late binding in c#?

0 Answers  


Explain About friend and Protected friend

0 Answers  


Categories