I am trying understand core data more.
In words of apple managed object context is a scratchpad. Data will be wrote to file only when managed object save is called. So my doubt is when will managed object context get loaded with data from store. Is it at the time on context initialisation(While adding persistent store coordinator to context) ?