Whats the difference between  NSArray and  NSMutableArray?



Whats the difference between  NSArray and  NSMutableArray?..

Answer / maanya

NSArrayʼs contents can not be modified once itʼs been created whereas a NSMutableArray can be modified as needed, i.e items can be added/removed from it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What is the difference between release and autorelease?

0 Answers  


What are ios protocols?

0 Answers  


Garbage collector in iphone?

0 Answers  


Who calls the dealloc strategy?

0 Answers  


Explain stack and heap?

0 Answers  






What does exc_bad_access mean?

0 Answers  


How to deal with sqlite database?

0 Answers  


What is the maximum byte-size for a push notification to apple server?

0 Answers  


Enlist the methods to achieve concurrency in ios?

0 Answers  


What is ipa?

0 Answers  


What are ios apps written in?

0 Answers  


What is difference strong and weak reference ? Explain.

0 Answers  


Categories