created: 03/07/98; revised: 07/15/02

CHAPTER 36—Applets

This chapter examines Java applets. An applet is an object whose methods are run under the control of a web browser. The web browser (such as the one you are possibly using right now) will call methods of the applet object when a web page containing an applet is loaded.

Chapter Topics:

QUESTION 1:

All of the applications you have seen so far have had a main method. Do you expect that applets will have a main method?