Copyright (c) Qusay H. Mahmoud
39
Step 4: implement the server….
l
Catch the exceptions
l
} catch(Exception e) {
l
System.err.println("ERROR: " + e);
l
e.printStackTrace(System.out);
l
}
// end catch
l
}
// end main()
l
}
// end class
l