Multiple choice Which of the following is/are not the subclasses of the Writer class in Java? CharWriter StringWriter BufferedWriter Both (1) and (2) 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.