Java- Applet Introduction
The Applet class is contained in the
//java.lang.Object
//Object->awt->Component->Container->Panel->applet->Applet package.
In addition,
java.applet also defines three interfaces: AppletContext, AudioClip, and AppletStub
passing parameters to applet
getDocumentBase(), getCodeBase() [use of java.net.*]
AudioClip interface
AppletStub interface