Q. How do you create a Reader object from an InputStream object?
β
Correct Answer: (C)
Create an InputStreamReader object passing the InputStream object and an argument to the InputStreamReader constructor.
You must be Logged in to update hint/solution