Multiple choice

Which of the following is/are the subclasses of the InputStream Class?

  1. StrinBufferedInputStream

  2. FilterInputStream

  3. SequenceInputStream

  4. Both (2) and (3)

  5. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

As explained, both the classes in option 2 and 3 are the only subclasses of the InputStream class. So, this is the correct answer.