Tuesday, September 15, 2015

TCPServer and TCPClient in Java

Today we will learn about how to create TCPServer and TCPClient in Java.TCP Server is working on some ip and port and is for listening messages from clients which are connected to the same ip and port.
TCP Client is for sending messages to the TCP Server.On this tutorial we created the TCPServer and TCPClient and tested it.
If you have questions please write comment.

Thanks


No comments:

Post a Comment