GIAC
GSSP-JAVA · Question #57
Which of the following methods are overridden by the FileInputStream class? Each correct answer represents a complete solution. Choose all that apply.
The correct answer is A. void reset() D. long skip(long numBytes). See the full explanation below for the reasoning.
Question
Which of the following methods are overridden by the FileInputStream class? Each correct answer represents a complete solution. Choose all that apply.
Options
- Avoid reset()
- Bvoid write(int b)
- Cvoid flush()
- Dlong skip(long numBytes)
How the community answered
(35 responses)- A74% (26)
- B9% (3)
- C17% (6)
Community Discussion
No community discussion yet for this question.