AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 81


When including a text file in your application to read from as a resource, what is the recommended location of such file?

Show Answer
Correct Answer: C

For including a text file in your application to read from as a resource, the recommended location is res/raw. The raw/ subdirectory is intended for arbitrary files to be kept in their raw form, allowing you to read them programmatically. This allows the application to access the file without any processing or modification. Thus, placing the text file in res/raw is the most appropriate choice.

Discussion

1 comment
Sign in to comment
MmadiOption: C
Dec 31, 2022

C. res/raw