Skip to content
Snippets Groups Projects
Commit fd7d1ab8 authored by Peter's avatar Peter
Browse files

Started Assignment 1

parent f90eb16b
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@ public class SeversonAssignment1 {
OutputStream os = clientConnection.getOutputStream();
PrintStream ps = new PrintStream(os);
//testing
ps.println("This client response was written by server TcpExample1"); // to remote client
System.out.println("This server response was written by server TcpExample1"); // to server console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment