import java.net.*; // for DatagramSocket, DatagramPacket, and InetAddress import java.io.*; // for IOException public class SendUDP { public static void main(String args[]) throws Exception { if (args.length != 2 && args.length != 3) // Test for correct # of args throw new IllegalArgumentException("Parameter(s): " + " [