Java Socket Programming

Posted by Nikita Singh
5
Dec 7, 2019
43 Views
Socket programming in Java is used for communication between the applications that are running on different JRE. It can be either connection-oriented or connectionless. On the whole, a socket is a way to establish a connection between a client and a server.
Comments
avatar
Please sign in to add comment.