Solved

To Create an InputStream on a Socket, Say S, Which

Question 3

Multiple Choice

To create an InputStream on a socket, say s, which of the following statement is necessary?


A) InputStream in = new InputStream(s) ;
B) InputStream in = s.getInputStream() ;
C) InputStream in = s.obtainInputStream() ;
D) InputStream in = s.getStream() ;

Correct Answer:

verifed

Verified

Related Questions