This document discusses how to build Java applets. It covers when to use applets, how applets work, the features of applets, and the basic steps to create an applet, including writing the applet code, compiling it, designing an HTML page, and testing the applet. It also explains the applet lifecycle and methods like init(), start(), paint(), stop(), and destroy(). The document uses a simple "Hello World" applet example to demonstrate how to write, compile, and display an applet on a web page.