Login
Remember
Register
Questions
Ask a Question
What is the difference between Nsarray and Nsmutablearray?
Home
>
Technology
>
What is the difference between Nsarray and Nsmutablearray?
0
votes
asked
Aug 26, 2021
in
Technology
by
JackTerrance
(
1.7m
points)
What is the difference between Nsarray and Nsmutablearray?
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Aug 26, 2021
by
JackTerrance
(
1.7m
points)
There are two main difference between Nsarray and Nsmutablearray
Base of Difference
NSarray
Nsmutablearray
(1)Fixed
Once we create NSArray we cannot modified them
we can modified them once we create them
(2)Add or Remove
We cannot do that in NSarray
In NSmutablearray we can add and remove item from this.
Related questions
0
votes
1
answer
Explain when to use NSArray and NSMutableArray. Which one is faster and threadsafe in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
How can I insert an element on a View Controller without modifying the rest of constraints?
asked
Jun 14
in
Education
by
JackTerrance
(
1.7m
points)
ios
0
votes
1
answer
Error Domain=NSCocoaErrorDomain Code=3840 "Invalid value around character 0." UserInfo={NSDebugDescription=Invalid value around character 0.}
asked
Jun 14
in
Education
by
JackTerrance
(
1.7m
points)
ios
0
votes
1
answer
How can I insert an element on a View Controller without modifying the rest of constraints?
asked
Jun 10
in
Education
by
JackTerrance
(
1.7m
points)
ios
0
votes
1
answer
Getting black blank image when extracting a thumbnail from a video
asked
May 13
in
Education
by
JackTerrance
(
1.7m
points)
ios
...