1.

In order to use internal storage to write some data in the file, which method will be used?This method returns FileOutputStream. 

A. openFileInput()
B. openFileOutput()
C. openForWrite()
D. None of the above.
Answer» C. openForWrite()


Discussion

No Comment Found