Skip to content
Snippets Groups Projects
Commit 82d087e8 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

whitespace in response string

parent 1bf65148
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ public class McNeelyTCPExample2 ...@@ -61,7 +61,7 @@ public class McNeelyTCPExample2
ps.println("This client response was written by server " + McNeelyTCPExample2.class.getName()); // to remote client ps.println("This client response was written by server " + McNeelyTCPExample2.class.getName()); // to remote client
System.out.println("This server response was written by server " + McNeelyTCPExample2.class.getName()); // to server console System.out.println("This server response was written by server " + McNeelyTCPExample2.class.getName()); // to server console
ps.println("You have attempted " + connectionCount + "times, you are now aplicant number " + totalEntrantCount + " to win. Keep trying!"); ps.println("You have attempted " + connectionCount + " times, you are now aplicant number " + totalEntrantCount + " to win. Keep trying!");
totalEntrantCount = (totalEntrantCount + 24); totalEntrantCount = (totalEntrantCount + 24);
// Print some information locally about the Socket connection. // Print some information locally about the Socket 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