Multiple choice What is the immediate super class of Applet class? Object Window Panel Component Reveal answer Fill a bubble to check yourself C Correct answer Explanation In Java AWT, the Applet class directly extends Panel, making Panel its immediate superclass. The class hierarchy is: Applet -> Panel -> Container -> Component -> Object.