Multiple Choice
Which of the following reads binary data from a disk file?
A) PrintWriter text = new PrintWriter("input.bin") ;
B) FileReader text = new FileReader("input.bin") ;
C) FileInputStream inputStream = new FileInputStream("input.bin") ;
D) FileWriter text = new FileWriter("input.bin") ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The _ class is used when writing
Q8: What is the highest value for a
Q9: How many bytes does the read method
Q10: Based on the code below, the statement
Q11: Caesar cipher uses a shift of each
Q12: If serializing object obj requires 12 bytes,
Q14: What is the result of the following
Q15: You cannot read a(n) _ file with
Q16: Which of the following classes are related
Q17: How many bytes does the read method