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

add "hello i am here" startup statement

parent 67c16158
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,8 @@ public class TcpExample2ConnectionCounting ...@@ -27,6 +27,8 @@ public class TcpExample2ConnectionCounting
{ {
try try
{ {
System.out.println("TcpExample2ConnectionCounting has started and is waiting for a connection: telnet localhost 2317" );
// ServerSocket waits for a connection from a client. // ServerSocket waits for a connection from a client.
// Notice that it is outside the loop; ServerSocket // Notice that it is outside the loop; ServerSocket
// needs to be made only once. // needs to be made only once.
......
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