PANDEY PRAVEEN
Question 32:
When you will use this ServerSocket(int
port, int que) constructor to create server
socket
to create ServerSocket with port number
to create ServerSocket with port number &
Ip address
to create ServerSocket with port number
and number of incoming client queue
B&C
Previous
Save & Next
Answers
Answered by
1
Answer:
i dont understand your question. it is very confusing.
Explanation:
Answered by
0
To create ServerSocket with port number and number of incoming client queue.
Explanation:
- This is used in Java language which is a programming language.
- The Serversocket( ) creates a inbound server socket.
- int port gives a specific port.
- Serversocket (int port ) creates a server socket with bound with a specific port.
- int que gives a number of clients lines up for the queue.
- So now ServerSocket ( int port, int que ) will create a server socket with a specific queue and a number of incoming clients.
Similar questions