Multiple choice

Which of the following is/are not the subclasses of the Writer class in Java?

  1. CharWriter

  2. StringWriter

  3. BufferedWriter

  4. Both (1) and (2)

  5. Both (1) and (3)

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

This is the correct answer. There is no Subclass named charWriter. The correct name is CharArrayWriter which is used for writing to a char array.