Multiple Choice
To read data from a binary file, you create objects from which of the following classes?
A) File and Scanner
B) File and PrintWriter
C) BinaryFileReader and BinaryDataReader
D) FileInputStream and DataInputStream
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: In Java there are two categories of
Q16: In the following code, assume that inputFile
Q17: All of the exceptions that you will
Q18: What will be the result of the
Q19: If the class SerializedClass contains references to
Q21: When you deserialize an object using the
Q22: In a multi-catch (introduced in Java 7)
Q23: When an exception is thrown _.<br>A) it
Q24: When an exception is thrown by a
Q25: A catch clause that uses a parameter