In my application, there\'s a module that uses ServerSocket to listen for incoming TCP connections. When I switched a client to use UDP, I expected to receive d
ServerSocket
Use DatagramSocket. For a tutorial, look here http://download.oracle.com/javase/tutorial/networking/datagrams/index.html