India Languages, asked by chandrshekarshekar, 3 months ago

What happens if ServerSocket is not able to listen on the
specified port? ( CO2 knowledge)​

Answers

Answered by ⲎσⲣⲉⲚⲉⲭⳙⲊ
22

Answer:

ServerSocket() creates an unbound server socket.It throws IOException if specified port is busy when opening the socket.

Explanation:

hope it helps you

Answered by seerapu8bkvelm
0

Answer:

server socket () creates an unbound server socket . it throws IO Exception if specified port it is busy when opening the socket ........ if address is null the system will pick an ephemeral port and valid local address to bind socket

  1. I hope it help full
Similar questions