Solved

Which of the Following Statements About Reading and Writing Binary

Question 89

Multiple Choice

Which of the following statements about reading and writing binary data is correct?


A) You use the Scanner class to read and write binary data.
B) You use the PrintWriter class to read and write binary data.
C) You use the InputStream class to read binary data and the FileOutputStream class to write binary data.
D) You use the InputStream class to write binary data and the FileOutputStream class to read binary data.

Correct Answer:

verifed

Verified

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

Related Questions