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 'implementation'?

0 Answers  


What is the difference between atomic and nonatomic properties?

0 Answers  


What is active state in ios?

0 Answers  


What json framework is supported by ios (iphone os)?

0 Answers  


Does ios supports multi-tasking functionality?

0 Answers  


What is view controller xcode?

0 Answers  


How to start a selector on a background thread.

0 Answers  


What is uiwindow in ios?

0 Answers  


Whats the difference between frame and bounds?

1 Answers  


What is delegate protocol in ios?

0 Answers  


Explain what is ios?

0 Answers  


Can we support the same application for iphone 3gs and iphone 5, 6, 7? Why not?

0 Answers  


Categories