PrepAway - Latest Free Exam Questions & Answers

Which of the following is not correct when executing the following line of code?

Which of the following is not correct when executing the following line of code?
FileOutputStream fOut = openFileOutput(“MyFile.txt”, MODE_WORLD_READABLE);

PrepAway - Latest Free Exam Questions & Answers

A.
File “MyFile.txt” is created in internal memory of application.

B.
File created by this code is readable by other applications.

C.
File “MyFile.txt” is created in external memory.

D.
File “MyFile.txt” is created in internal memory.

2 Comments on “Which of the following is not correct when executing the following line of code?


Leave a Reply

Your email address will not be published. Required fields are marked *