Applets
Ø The class that defines an applet extends the Applet
class
Ø This makes use of inheritance, which is explored in more
detail in Chapter 7
Ø See Einstein.java (page 109)
Ø 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