What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?
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 |
Is closure a function?
What is difference between datasource and delegate?
What are nsautoreleasepool?
Is objective c garbage collected?
How the class “implementation” is represented in objective-c?
What is dot notation?
Explain what is protocol in objective-c?
Explain the difference in xib/storyboard vs nib?
What is atomic in objective c?
What are the characteristics of the category?
What is the isa member?
Mention which class can you use for parsing of xml in iphone?