BroadcastExample -- sending a broadcast datagram packet.
To see this example in action:
  1. Compile the Java source file, BroadcastExample.java:
    	javac BroadcastExample.java
    
  2. Run the class:
    	java BroadcastExample
    

The source.