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 is the principle distinction between the function calls and messages?

1 Answers  


What is the difference between class and category?

1 Answers  


What is a category in objective c?

1 Answers  


What is property classification?

1 Answers  


What is the difference between #import and #include in objective-c?

1 Answers  


What is objective c in ios?

1 Answers  


What is struct and enum?

1 Answers  


What type of language is objective c?

1 Answers  


What is objective c used for?

1 Answers  


what is gcd? What are advantages over nsthread?

1 Answers  


Is objective c better than swift?

1 Answers  


What is strong and weak in objective c?

1 Answers  


Categories