How do you create a Reader object from an InputStream object?

A) Use the static createReader( ) method of InputStream class.
B) Use the static createReader( ) method of Reader class.
C) Create an InputStreamReader object, passing the InputStream object as an argument to the InputStreamReader constructor.
D) Create an OutputStreamReader object, passing the InputStream object as an argument to the OutputStreamReader constructor.

Showing Answers 1 - 9 of 9 Answers

Rahul Kolhe

  • Sep 13th, 2011
 

Create an outputstreamreader object, passing the inputstream object as an argument to the outputstreamreader constructor

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions