To query a content provider, you specify the query string in the form of a URI. The format of the query URI is as follows:

To query a content provider, you specify the query string in the form of a URI. The format of the query URI is as follows:



<standard_prefix>://<authority>/<data_path>/<id>


What you will write in place of <standard_prefix> ?


A) content

B) object

C) ContentProvider

D) None of the above.



Answer: A


Learn More :