Briefing Android Knowledge

Which of these is the correct description of file access?

Which of these is the correct description of file access?

A.
Generally, files are handled as dedicated resources per each application.

B.
Files created by an application can be directly accessed by any application.

C.
The content of file created by application cannot be accessed by other application.

D.
In order to access a file, the open FileStream method is provided in the Context class

Explanation: