Question:What does the following statement define? It provides query(), insert(), update(), and delete() methods for accessing data from a content provider and invokes identically-named methods on an instance of a concrete content provider.
A CursorLoader
B ContentResolver
C ContentProvider
D Loader
+ AnswerB
+ Report