Skip to content
Snippets Groups Projects
Commit 714602ae authored by Brittokki's avatar Brittokki
Browse files

No commit message

No commit message
parent 14a521ef
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@ public static void main(String[] args)
OutputStream os = clientConnection.getOutputStream();
PrintStream ps = new PrintStream(os);
ps.println("This client response was written Captain Brittokki");
System.out.println("This server response was written Captain Brittokki");
ps.println("This client response was written by Captain Brittokki");
System.out.println("This server response was written by Captain Brittokki");
// "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