Sockets programming in Java for Client/Server »
By Ramakrishna on Jan 14, 2009 in Client/Servler Communication | 0 Comments
Note: Establishing Communication between a Server and a Client through a socket is called Socket Programming To create the Client Socket Socket Class is available in java.net package. To create ServerSocket, ServerSocket class is avialable in java.net package A Client is a machine that sends a request for some service A Server is machine that [...]
