Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between nsdictionary and nsmutabledictionary?



What is the difference between nsdictionary and nsmutabledictionary?..

Answer / Manik Dubey

NSDictionary is an immutable collection of objects, where each object is associated with a key. NSMutableDictionary, on the other hand, is a mutable version that allows you to add, remove, or change its contents.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Explain what is @synthesize in objective-c?

1 Answers  


What are the blocks? How will you use them?

1 Answers  


Who calls dealloc method? Can we implement dealloc in arc?

1 Answers  


What is the difference between category and extension in objective c?

1 Answers  


What are the three subatomic particles?

1 Answers  


What is the use of objective c?

1 Answers  


Is nsobject a parent class or a derived class?

1 Answers  


How is #import different from #include?

1 Answers  


What are nsautoreleasepool and how can we use them?

1 Answers  


What does alloc mean in objective c?

1 Answers  


What is instance variable objective c?

1 Answers  


Is there function overloading in objective-c?

1 Answers  


Categories