Explain the difference between nsarray and nsmutablearray?



Explain the difference between nsarray and nsmutablearray?..

Answer / Avaneesh Kumar Srivastava

NSArray is an immutable (read-only) array that once created cannot be modified. In contrast, NSMutableArray is a mutable (modifiable) array that allows adding or removing objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

Explain how an autorelease pool works at the runtime level in iOS

1 Answers   SwanSoft Technologies,


How to download something from the internet?

1 Answers  


What is polymorphism in ios?

1 Answers  


Explain me what is fast enumeration?

1 Answers  


Did you used CLRegion? How its working?

1 Answers  


What is managed object context?

1 Answers  


What is nonatomic in ios?

1 Answers  


Explain parent-child context setup. What are the advantages?

1 Answers  


What is a singleton?

1 Answers  


Why do all model object attributes get marked with @dynamic and not synthesised? What does @dynamic mean?

0 Answers  


Explain "private", "protected" and "public"?

1 Answers  


What is the difference between retain & assign in iOS operating system?

1 Answers   B-Ways TecnoSoft,


Categories