Multiple Choice
If you access and store information in binary form in files, you will use the ____ class(es) .
A) Scanner and PrintWriter
B) PrintStream
C) FileInputStream and FileOutputStream
D) Reader and Writer
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: The two IO classes used for serialization
Q16: Streams access sequences of _.<br>A)bytes<br>B)files<br>C)characters<br>D)strings
Q17: Which of these classes access sequences of
Q18: Assume we have a RandomAccessFile object, file,
Q19: Based on the code below, the statement
Q21: In _ file access, the file is
Q22: Every object is assigned a serial number
Q23: What type is returned from a call
Q24: How many bytes does the read method
Q25: Assume we have a RandomAccessFile object, file,