Multiple choice Which of the following stream classes is/are available in Java? Byte stream Character stream Both (1) and (2) None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation Java supports both byte streams (InputStream/OutputStream) and character streams (Reader/Writer) for handling I/O operations.