(What does this program actually do)
import java.io.*;
import java.net.*;
public class prog4 {
public final static int ECHO_PORT = 7;
public static void main(String argv[]) {
if (argv.length != 1) {
System.out.println("Usage: java prog4 hostname")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.