Multiple choice Which of the following packages is/ are needed in applet? java.awt.* java.applet.* both 1 and 2 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.