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



When will you use nsarray and nsmutablearray?..

Answer / Chandra Bahadur

You'll use NSArray when you need an immutable array, like storing a constant set of values or returning a result from a method. Use NSMutableArray when you need to modify the contents of an array during runtime, such as adding new elements, removing existing ones, or changing their order.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Is objective c deprecated?

1 Answers  


What is parsing? Mention which class can you use for parsing of xml in iphone?

1 Answers  


How to initialize nsmutabledictionary in objective c?

1 Answers  


What is atomic property?

1 Answers  


What does the m mean in xcode?

1 Answers  


Is objective c still used?

1 Answers  


Who calls dealloc method? Can we implement dealloc in arc?

1 Answers  


What is the difference between weak and unowned?

1 Answers  


Explain mutable types in objective c programming language?

1 Answers  


How to restart app in objective c?

1 Answers  


What is .m file in objective c?

1 Answers  


What are nsautoreleasepool?

1 Answers  


Categories