Hello all,
can more than a single socket be attached to a single port.(I tried this out, and ServerSocket returned a socket on the same port for each new client ) If yes, how will the server...