Multiple choice

The ___________ character stream class in Java is an abstract class that describes character stream input in Java.

  1. StringReader

  2. Reader

  3. RandomAccessFile

  4. FileInputStream

  5. FileReader

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

This is a character stream class in Java which is an abstract class that describes character stream input.