Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

Answer: a
Explanation: InputStream & OutputStream are designed for byte stream. Reader and writer are designed for character stream.

Join The Discussion