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 purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?



What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does i..

Answer / Musabbir Ali

NSManagedObjectContext is a critical component of Core Data, Apple's object graph and persistence framework. It serves as a coordinator for managing and executing tasks such as fetching, saving, and deleting managed objects (data) from the persistent store. The Managed Object Context maintains an in-memory representation of the data and manages changes to be saved or rolled back.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Is closure a function?

1 Answers  


What is difference between datasource and delegate?

1 Answers  


What are nsautoreleasepool?

1 Answers  


Is objective c garbage collected?

1 Answers  


How the class “implementation” is represented in objective-c?

1 Answers  


What is dot notation?

1 Answers  


Explain what is protocol in objective-c?

1 Answers  


Explain the difference in xib/storyboard vs nib?

1 Answers  


What is atomic in objective c?

1 Answers  


What are the characteristics of the category?

1 Answers  


What is the isa member?

1 Answers  


Mention which class can you use for parsing of xml in iphone?

1 Answers  


Categories