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

classroom-added diagnostic message

parent e39c5a95
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,8 @@ public class CainAssignment1 { ...@@ -16,6 +16,8 @@ public class CainAssignment1 {
public static void main(String[] args) { public static void main(String[] args) {
try { try {
System.out.println("Hello invoker, this server process is now running"); // reporting for duty
int popularityCount = 0; // state int popularityCount = 0; // state
ServerSocket serverSocket = new ServerSocket(2318); // server decides here what port to listen on. ServerSocket serverSocket = new ServerSocket(2318); // server decides here what port to listen on.
......
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