adspace
Can you please explain the difference between nsarray and nsmutablearray?
Answer Posted / Ishan Haidar
NSArray is an immutable array class in Objective-C, which means once created, its contents cannot be changed. On the other hand, NSMutableArray is a mutable array that can be modified after creation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do all model object attributes get marked with @dynamic and not synthesised?
What is dependency management tools?
How to handle concurrency problems in core data?
What is latest ios version?
What are transient properties?
Why do all model object attributes get marked with @dynamic and not synthesised? What does @dynamic mean?
Explain parent-child context setup. How does it work? What are the advantages?
What is nsmanagedobjectcontext? What are the different concurrency types? Explain them.
What is latest version of ios?
What's the latest version of ios?
What is the purpose of reuseidentifier?
What is latest xcode version?
In a single model, can I have few entities in one sqlite db file and remaining in another sqlite db file?
What are the different store migration options? How do they work?