0
7.4kviews
Write a Program for Client Server Application using Socket Programming
1 Answer
4
307views

TCP/IP Socket Programming:

  1. The two key classes from the java.net package used in creation of server and client programs are: a. ServerSocket. b. Socket.

  2. A server program creates a specific type of socket that is used to listen for client requests (server socket).

  3. In the case of a connection request, …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.