Multiple choice

Which of the following packages is/ are needed in applet?

  1. java.awt.*

  2. java.applet.*

  3. both 1 and 2

  4. none of these

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

Both java.awt.* and java.applet.* packages are needed for applets. java.applet.Applet is the base class, while java.awt provides the GUI components.