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 happens with the objects if the array is released?



What happens with the objects if the array is released?..

Answer / Jaideep Shrivastava

In Objective-C, when an array is released, its memory is deallocated. However, the objects contained within the array are not automatically deallocated unless they have a weak reference or are autoreleased. If the array contains strong references to these objects, the objects will remain in memory until all strong references to them are removed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What objective-c program consists of?

1 Answers  


What is the difference between weak and unowned?

1 Answers  


Is objective c deprecated?

1 Answers  


What are the two types of tangible property?

1 Answers  


What is an nsobject?

1 Answers  


What are the size classes?

1 Answers  


What happens when you create a block?

1 Answers  


What is the difference between nsdictionary and nsmutabledictionary?

1 Answers  


What does @synchronized() do?

1 Answers  


What is atomic property?

1 Answers  


Is objective c better than c++?

1 Answers  


What are the different types of identifiers?

1 Answers  


Categories