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 |
What is the difference between release and autorelease?
What are ios protocols?
Garbage collector in iphone?
Who calls the dealloc strategy?
Explain stack and heap?
What does exc_bad_access mean?
How to deal with sqlite database?
What is the maximum byte-size for a push notification to apple server?
Enlist the methods to achieve concurrency in ios?
What is ipa?
What are ios apps written in?
What is difference strong and weak reference ? Explain.