This document discusses Java applets. It introduces applets as simple Java programs that can run in web browsers. It then describes the class hierarchy for applets, providing an example "Hello World" applet code. The document concludes by explaining how to create an HTML page that embeds the applet so it can be viewed using appletviewer from the command line.