ClientListen
// dump out the response from the socket to stdout
line = sin.readLine();
while(line!=null) {
System.out.println(line);
line = sin.readLine();
}
catch ...
}
}
Previous slide
Next slide
Back to first slide
View graphic version