Solved

When Creating a File Using Android

Question 72

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions