Multiple Choice
When creating a file using android.content.Context.openFileOutput("test.txt", 0) , where is the file created?
A) /data/app/<package name>/files
B) /data/data/<package name>/files
C) /system/app/<package name>/files
D) /system/data/<package name>/files
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q67: Which of the following features CANNOT be
Q68: Which one of the following statements is
Q69: Which of the following best explains the
Q70: Which of the following is correct dependency
Q71: During an Activity life-cycle, what is the
Q73: Consider the following code: Intent i =
Q74: Custom views for notifications are allowed in
Q75: Which of the following are primary pieces
Q76: Which of the following attributes of the
Q77: Capturing GPS coordinates require creating a project