posted 24 years ago
hi guys
please give the answer for the question which is mentioned
below
: Connected to a socket s, read one line of ASCII char. Please
construct
the right input method:
- InputStream in = new InputStream(s.getInputStream());
- DataInputStream in = new DataInputStream(s.getInputStream());
- BufferedReader in = new
BufferedReader(InputStreamReader(s.getInputStream());
- BufferedReader in = new
BufferedReader(InputStreamReader(s.getInputStream(),
"8859_1");
Expecting very soon
thanks in adv
bala