Multiple choice

Which of the following is the immediate superclass of Applet class in java?

  1. Frame

  2. Panel

  3. Window

  4. Dialog

  5. Container

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

Yes, Panel is the immediate superclass of Applet class in AWT (Abstract Window Toolkit).