tag:blogger.com,1999:blog-9323611.post-19703213338996222052007-11-27T22:40:00.001-08:002007-11-27T22:40:28.773-08:00What Is a Socket in Java?A socket is one end-point of a two-way communication link between the two programs running on the network respectively. Socket classes are used to correspond to the connection between a client program and a server program in java. The java.net package has two classes--Socket and ServerSocket--that implement the client side of the communication link or connection and the server side of the connection, correspondingly.best-maturehttp://www.blogger.com/profile/05280103021103121256noreply@blogger.com