Answer Posted / babu
Its a resource management pool for iOS applications. Objects adding to auto release pool automatically get released at some time in future.
Eg:@autoreleasepool {
// creates autoreleased objects.
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do all model object attributes get marked with @dynamic and not synthesised? What does @dynamic mean?
What is meaning of 'nonatomic' keyword?
Explain me what is polymorphism?
Which app specific objects store the app's content in iOS operating system?
What is dependency management?
Which compiler is used by ios? : IOS Architect
How many versions of ios are there?
Why don’t we use strong for enum property in objective-c ?
What does sn mean in a text message?
What is gcd in ios?
What is dynamic dispatch ios?
What are properties in ios?
Explain mutable and immutable types in objective c programming language?
How is it possible to improve battery life during execution of an application?
What is difference between synchronous and asynchronous in web request in iOS operating system?