Solved

Which of the Following Reads Binary Data from a Disk

Question 12

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions