This document provides information about applets in Java. It defines an applet as a panel that allows interaction with a Java program and is typically embedded in a web page. It discusses how applets run in a sandbox with no access to the client's file system. The document outlines the main applet methods like init(), start(), stop(), and paint(), and explains the typical order they are called in. It also provides examples of basic applet code and HTML for embedding an applet in a web page.