Can you please explain the difference between nsarray and nsmutablearray?



Can you please explain the difference between nsarray and nsmutablearray?..

Answer / Ishan Haidar

NSArray is an immutable array class in Objective-C, which means once created, its contents cannot be changed. On the other hand, NSMutableArray is a mutable array that can be modified after creation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What are all the newly added frameworks iOS 4.3 to iOS 5.0?

1 Answers   CDC,


Which are the ways of achieving concurrency in ios?

1 Answers  


Explain xib?

1 Answers  


What is meaning of 'atomic' keyword?

1 Answers  


Difference between categories and extensions?

1 Answers  


Did you used CLRegion? How its working?

1 Answers  


what are all instruments available in Xcode?

1 Answers  


What is ipad screen size?

1 Answers  


What is called before viewdidload?

1 Answers  


What is difference between shallow copy and deep copy in ios ? : IOS Architect

1 Answers  


How to export your private key from your keychain in iphone development?

1 Answers  


Explain about MVC Design patters

1 Answers  


Categories