Multiple choice Which of the following is/are not the subclasses of Reader class? StringReader PipeReader InputReader Both 1 and 2 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.