Class Applet describes how Java applets run inside web browsers and provides examples of creating and running simple applets using the Abstract Window Toolkit (AWT) and Swing. It discusses the basic lifecycle methods of applets like init(), start(), stop(), and destroy(). Sample applets are provided to demonstrate drawing shapes, displaying text, and handling button clicks to update the display. Applets are embedded in HTML files and run within the browser.