ØThe class that defines an
applet extends the Applet class
ØThis makes use of inheritance,
which is explored in more detail in Chapter 7
ØAn applet is embedded into an
HTML file using a tag that references the bytecode file of the applet class
ØThe bytecode version of the
program is transported across the web and executed by a Java interpreter
that is part of the browser
Ø