When creating a server on a port that is already in use, ________. Group of answer choices the server is blocked until the port is available the server encounters a fatal error and must be terminated java.net.BindException occurs the server is created with no problems
33.2 When creating a client on a server port that is already in use, _____. A. the client can connect to the server regardless of whether the port is in use