Multiple choice

Which of the following is/are not the subclasses of Reader class?

  1. StringReader

  2. PipeReader

  3. InputReader

  4. Both 1 and 2

  5. Both 1 and 3

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

There is no subclass of Reader class named InputReader. The correct name is InputStreamReader used for reading a character stream. So this is the correct answer according to the question.