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


When to use nsautoreleasepool??



When to use nsautoreleasepool??..

Answer / Prabhakar Singh

In Objective-C, you should use the `NSAutoreleasePool` when you have multiple objects that need to be released one after another, but you don't know exactly where or when they will be released. By using an autorelease pool, these objects are automatically released at specific points in time during the runloop.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is a dispatch method?

1 Answers  


Is there function overloading in objective-c?

1 Answers  


Which class is used to establish a connection between applications to the web server?

1 Answers  


Who made objective c?

1 Answers  


When might you use a cfarray/dictionary instead of a nsarray/dictionary?

1 Answers  


Why do we require class extension?

1 Answers  


What are the differences between copy and retain?

1 Answers  


What is delegate? Can delegates be retained?

1 Answers  


How to call function in objective-c?

1 Answers  


What is nonatomic in objective c?

1 Answers  


Does copy increase retain count?

1 Answers  


What is objective c and swift?

1 Answers  


Categories