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

Verified
Correct Answer:
Verified
Related Questions
Q15: All exceptions are instances of classes that
Q16: The following catch statement can: catch (Exception
Q17: Unchecked exceptions are those that inherit from:<br>A)
Q18: All of the exceptions that you will
Q20: Given the following constructor code, which of
Q21: What is demonstrated by the following code?<br>Try<br>{<br>(try
Q22: If you want to append data to
Q23: If the IOData.dat file does not exist,
Q44: The call stack is an internal list
Q57: The try statement may have an optional