Which of these stream contains the classes which can work on character stream?
(a) InputStream
(b) OutputStream
(c) Character Stream
(d) All of the mentioned
I had been asked this question in a national level competition.
My question comes from Java.io Character Streams topic in division Exploring java.lang & java.io of Java