Multiple Choice
How many bytes does the read method in the FileInputStream class actually return to the program call?
A) 1
B) 2
C) 4
D) 8
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: If serializing object obj requires 12 bytes,
Q12: Which of the following reads binary data
Q14: What is the result of the following
Q15: You cannot read a(n) _ file with
Q16: Which of the following classes are related
Q18: Objects are saved in _ format in
Q19: Why does FileInputStream override the read method
Q20: The two IO classes used for serialization
Q21: Use a _ object to access a
Q22: Which statement is true regarding the following