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

What is polymorphism in objective-c?

1 Answers  


What is nsstring?

1 Answers  


What is protocol in objective-c?

1 Answers  


Is objective c object oriented?

1 Answers  


What is m file?

1 Answers  


What are the classifications of property?

1 Answers  


What is id?

1 Answers  


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

1 Answers  


What is the isa member?

1 Answers  


Which language does apple use?

1 Answers  


Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?

1 Answers  


What is objective c programming used for?

1 Answers  


Categories