Q. To create an InputStream on a socket, say s, which of the following statement isnecessary?
β
Correct Answer: (B)
InputStream in = s.getInputStream();
You must be Logged in to update hint/solution