Android
OA0-002 · Question #4
Which of these is the correct description of file access?
The correct answer is A. Generally, files are handled as dedicated resources per each application. See the full explanation below for the reasoning.
Question
Which of these is the correct description of file access?
Options
- AGenerally, files are handled as dedicated resources per each application.
- BFiles created by an application can be directly accessed by any application.
- CThe content of file created by application cannot be accessed by other application.
- DIn order to access a file, the open FileStream method is provided in the Context class
How the community answered
(36 responses)- A81% (29)
- B6% (2)
- C3% (1)
- D11% (4)
Community Discussion
No community discussion yet for this question.