-
Which of these stream contains the classes which can work on character stream?
-
- OutputStream
- Character Stream
- InputStream
- InputOutputStream
- None of these
Correct Option: B
InputStream & OutputStream classes under byte stream they are not streams. Character Stream contains all the classes which can work with Unicode.