A

Admin • 831.35K Points
Coach

Q. 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.
  • Correct Answer - Option(C)
  • Views: 22
  • Filed under category Java
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.