Tutorial Java Applet: UDP Applets

UDP is the "Unreliable Datagram Protocol", more or less the underlying service on which the Internet is built.


SampleUDPDate: Skeletal code to read date from server via UDP

You need a Java-enabled browser to view this.

Java source:SampleUDPDate.java
HTML source:SampleUDPDate.html


UDPDate: Read date from server via UDP

You need a Java-enabled browser to view this.

Java source:UDPDate.java
HTML source:UDPDate.html