Multiple choice

An applet must be a sub class of the 'Applet' class; the exception to this is J Applet.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Java, applets can extend either the Applet class (from AWT) or the JApplet class (from Swing). JApplet is the Swing alternative to AWT's Applet class, providing the same functionality with Swing's improved UI components and capabilities.