Chapter 14: Problem 13
Instead of a constructor, an applet class uses what method?
Short Answer
Expert verified
Answer: An applet class uses the `init()` method instead of a constructor. The `init()` method is called when an applet is first loaded and is responsible for initializing the applet and setting up its environment.