Which of these classes is used for input and output operation when working with bytes?
(a) InputStream
(b) Reader
(c) Writer
(d) All of the mentioned
This question was addressed to me during a job interview.
Asked question is from Java.io Byte Streams topic in chapter Exploring java.lang & java.io of Java