What Is An Applet?A Java applet is a Java program that can be included in an HTML page,
much as
an image can be included. When you use a Java-compatible browser to view
a
page that contains a Java applet, the applet's code is transferred to your
system
and executed by the browser.
Here are a couple of a Java applets:
1. The first is a 3-Dimensional Wireframe model of a cube. With the
mouse,
you can grab a corner and rotate the cube. Like a picture, all the code
for the
cube has been transferred onto your computer. Unlike a picture, these files
cannot be saved to your computer.