Solved

What Does the Following Line of Code Do? FileOutputStream FOut

Question 46

Multiple Choice

What does the following line of code do? FileOutputStream fOut = openFileOutput("MyFile.txt", MODE_WORLD_READABLE) ;


A) The file MyFile.txt will be created in the /data/<application-path>/ files/ directory.
B) The file MyFile.txt will be created in the /data/data/<application-path>/ files/ directory.
C) None are correct
D) The file MyFile.txt will be created in the /data/data/<application-path>/ directory.

Correct Answer:

verifed

Verified

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

Related Questions