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

Why don’t we use strong for enum property in objective-c ?

1 Answers  


Explain application sandboxing.

1 Answers  


What is synthesize in ios?

1 Answers  


Explain the different types of ios application states.

1 Answers  


Which programming languages are used for ios development?

1 Answers  


Is ios 9 still supported by apple?

1 Answers  


What is nspersistentstore? Is it thread safe?

1 Answers  


How to silent the noisy keyboard?

1 Answers  


How do you fix app errors on iphone?

1 Answers  


What is datasource in ios?

1 Answers  


What happens when IApplication does not handle an event?

1 Answers  


What widgets can not do ?

1 Answers  


Categories