Category Archives: Java Programming

Java Socket Programming – Send the file using TCP Sockets

Sockets provide the communication mechanism between two computers using TCP. A client program creates a socket on its end of the communication and attempts to connect that socket to a server. When the connection is made, the server creates a socket object at the end of the communication. The client and the server can now … Continue reading Java Socket Programming – Send the file using TCP Sockets