Netprog 2002 - Client/Server Issues
7
Specifying a Local Address
lWhen a client creates and binds a socket it must specify a local port and IP address.
lTypically a client doesn’t care what port it is on:
–mySocket = new DatagramSocket()
give me any available port !