Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
How do you create a Reader object from an InputStream object?
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.
Related Answered Questions
Related Open Questions