Multiple choice

Which of the following is an incorrect statement about accessing the files in Content Providers?

  1. Content Providers represent files as fully qualified URIs.

  2. openOutputStream method is used to insert a file into a Content Provider.

  3. openInputStream method is used to access a saved file.

  4. The file compresses the bitmap and saves it into the provider.

  5. There will be no exception possible while saving the file.

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The FileNotFoundException is possible while saving the file.