Archive | August 20th, 2012

How to use Socket API for creating Client-Server application in Java

August 20, 2012

1 Comment

In this example we make use of ServerSocketChannel and SocketChannel to create a simple Echo application where in the Server would print the data sent by the client. The code is explained with the required comments: and the client which connects to the server is: emailprint

email