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:

Verified
Correct Answer:
Verified
Q41: Which of the following classes is used
Q42: If credit card numbers and passwords are
Q43: Digital rights management (DRM) is access control
Q44: Which of the following is a safe
Q45: Permissions can be added inside<br>A) AndroidManifest.xml.<br>B) Layout.xml
Q47: Application can send permissions programmatically.<br>A) Depends on
Q48: Which of the following is true when
Q49: Which of the following is true about
Q50: What is the validity of the data
Q51: Which of the following throws exception GooglePlayServicesAvailabilityException?