In Java, what is the performance difference between the following two

Using single udp socket
Using multiple udp sockets

for multiple connections.

Although these details can be...