Solved

Why Does FileInputStream Override the Read Method from Its Superclass

Question 50

Multiple Choice

Why does FileInputStream override the read method from its superclass InputStream?


A) In order to read binary data.
B) In order to return a char.
C) To check for end of file.
D) To read data from a file.

Correct Answer:

verifed

Verified

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

Related Questions