Skip to content
Snippets Groups Projects
Commit e5b0352b authored by adfis's avatar adfis
Browse files

HW 2 - CLIENT

parent 783755c1
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ import java.io.PrintStream; ...@@ -10,7 +10,7 @@ import java.io.PrintStream;
import java.net.Socket; import java.net.Socket;
/** /**
* Before, we always used telnet (netcat) to connect to the server. Here we are * Before, we always used telnet (netcat) to connect to server. Here we are
* now writing our own program to do the connection. * now writing our own program to do the connection.
* *
* As you will see, when we run this after we start the server we will see the * As you will see, when we run this after we start the server we will see the
......
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