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


Is reference counting garbage collection?



Is reference counting garbage collection?..

Answer / Harish Agarwal

No, reference counting and garbage collection are different memory management strategies. Reference counting maintains the count of objects that have a strong reference to another object, while garbage collection automatically frees up unused memory by periodically scanning objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What are the main objectives of training?

1 Answers  


How we can layout subviews in a view?

1 Answers  


Is objective c the same as c++?

1 Answers  


What is dictionary objective c?

1 Answers  


How do you define a block?

1 Answers  


What is the difference between property and instance variable?

1 Answers  


How do you insert a block?

1 Answers  


What is difference between objective c and swift programming?

1 Answers  


Explain what is @synthesize in objective-c?

1 Answers  


What is a category extension?

1 Answers  


What is a .m file?

1 Answers  


What is lazy var?

1 Answers  


Categories