A java Client-Server app that shows implementation of Java Socket programming
$ javac Server.java
$ javac Client.java
$ java Server 1234
in another cli window
$ java Client localhost 1234
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
A java Client-Server app that shows implementation of Java Socket programming
$ javac Server.java
$ javac Client.java
$ java Server 1234
in another cli window
$ java Client localhost 1234
A java Client-Server app that shows implementation of Java Socket programming
There was an error while loading. Please reload this page.