Multiple choice Which is/are the abstract superclass(es) for character streams in java.io? Reader Writer Both (1) and (2) None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation In Java, Reader and Writer are the abstract base classes for all character stream classes.