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 mark and sweep algorithm?



What is mark and sweep algorithm?..

Answer / Jitendra Kumar Sahu

Mark-and-sweep is a garbage collection algorithm used in memory management to identify and free up objects that are no longer being referenced by the program. It works by first 'marking' reachable objects, then 'sweeping' (deallocating) unreachable objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

How is #import different from #include?

1 Answers  


What are the two types of tangible property?

1 Answers  


Mention whether nsobject is a parent class or derived class.

1 Answers  


Is nsobject a parent class or a derived class?

1 Answers  


What is a class in objective c?

1 Answers  


Is reference counting garbage collection?

1 Answers  


What is a process and thread?

1 Answers  


What is the protocol in objective c?

1 Answers  


How do you check for leaks?

1 Answers  


Explain the difference between atomic and nonatomic synthesized properties.

1 Answers  


Can we create dynamic classes in objective c? If yes, explain how to create with a valid use case?

1 Answers  


What are nsautoreleasepool and how can we use them?

1 Answers  


Categories