Multiple choice

All Applets must import java.applet and java.awt.

  1. True

  2. False

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

All applets must import java.applet.Applet (or java.applet.) to extend the Applet class, and java.awt. (or specific AWT classes) because applets use AWT components like Button, Label, and Graphics for their user interface and painting operations.