Multiple Choice
What is the result of the following code? Reader reader = … ; // connect to a file
Char ch = reader.read() ;
A) compiler error
B) 1 byte is read from the file
C) 2 bytes are read from the file
D) 4 bytes are read from the file
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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,
Q12: Which of the following reads binary data
Q15: You cannot read a(n) _ file with
Q16: Which of the following classes are related
Q17: How many bytes does the read method
Q18: Objects are saved in _ format in
Q19: Why does FileInputStream override the read method