Question: To obtain an InputStream on a socket skt, we use __________. (a) InputStream in = skt.obtainInputStream(); (b) InputStream in = skt.getInputStream(); (c) InputStream in =
To obtain an InputStream on a socket skt, we use __________.
(a) InputStream in = skt.obtainInputStream();
(b) InputStream in = skt.getInputStream();
(c) InputStream in = skt.getStream();
(d) InputStream in = new InputStream(skt);
Step by Step Solution
3.55 Rating (155 Votes )
There are 3 Steps involved in it
b Input... View full answer
Get step-by-step solutions from verified subject matter experts
