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:

Verified
Correct Answer:
Verified
Q15: Which of the following statements about checked
Q85: Which of the following statements about reading
Q86: Consider the following code snippet. Scanner inputFile
Q87: The Java compiler requires that your program
Q88: Insert the missing code in the following
Q90: When reading words with a Scanner object,
Q91: Under which condition will the Scanner constructor
Q92: Consider the following code snippet: Scanner in
Q93: Which of the following statements reflects the
Q94: An example of a fatal error that