This is to all visitors which have a query or code finder. Here you may request for any code or some code are freely available which can be directly accessible.
Sunday, December 19, 2010
What Is a Socket?
A socket is one end-point of a two-way communication link between two programs running on the network. Socket classes are used to represent the connection between a client program and a server program. The java.net package provides two classes--Socket and ServerSocket--that implement the client side of the connection and the server side of the connection, respectively.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment