Reader class is _________________

Reader class is _________________ Correct Answer Abstract class to read character streams

The Reader class is an abstract class that can be used to read characters stream. It can’t be used for any kind of input. It can just read the existing data.

Related Questions