Skip to content
Snippets Groups Projects
Commit c359c09c authored by Fetterolf, Colton (Capt)'s avatar Fetterolf, Colton (Capt)
Browse files

added hw1 file

parent 293f5995
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,8 @@ public class FetterolfTcpExample1Telnet
OutputStream os = clientConnection.getOutputStream();
PrintStream ps = new PrintStream(os);
ps.println("This client response was written by server TcpExample1."); // to remote clientnc
System.out.println("This server response was written by server TcpExample1."); // to server console
ps.println("This client response was written by server Fetterolf."); // to remote clientnc
System.out.println("This server response was written by server Fetterolf."); // to server console
// "flush()" in important in that it forces a write
// across what is in fact a slow connection
......
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