Skip to content
Snippets Groups Projects
Commit 10aab7d5 authored by tbavl's avatar tbavl
Browse files

Bavlsik Assignment 1

parent 9b378748
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,8 @@ public class BavlsikTCPTest
OutputStream os = clientConnection.getOutputStream();
PrintStream ps = new PrintStream(os);
ps.println("This client response was written by server " + BavlsikTCPTest.class.getName()); // to remote client
System.out.println("This server response was written by server " + BavlsikTCPTest.class.getName()); // to server console
ps.println("Bavlsik: This client response was written by server " + BavlsikTCPTest.class.getName()); // to remote client
System.out.println("Bavlsik: This server response was written by server " + BavlsikTCPTest.class.getName()); // to server console
// "flush()" in important in that it forces a write
// across what is in fact a slow connection
......
# Schnitzler Homework 1
# Bavlsik Homework 1
***
......
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