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 would you use nsarray and nsmutablearray?



When would you use nsarray and nsmutablearray?..

Answer / Aishwarya Jaiswal

NSArray is used when the array's content is read-only, while NSMutableArray is used when the array's content can be modified. NSArray is immutable, so once it is created, its contents cannot be changed, whereas NSMutableArray allows you to add and remove objects from the array.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Explain what do you mean by synthesized in objective-c?

1 Answers  


Is objective-c is used in window also?

1 Answers  


How is #import different from #include?

1 Answers  


Is c++ similar to objective c?

1 Answers  


Is objective c statically typed?

1 Answers  


What is better objective c or swift?

1 Answers  


Is objective-c a dynamic language?

1 Answers  


What is m file?

1 Answers  


What is a category extension?

1 Answers  


Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?

1 Answers  


What is dot notation?

1 Answers  


Is c++ objective c?

1 Answers  


Categories