Multiple choice

Menu is a subclass of

  1. menu bar

  2. main menu

  3. menu list

  4. none of the above

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

In Java AWT, Menu is not a subclass of MenuBar, MainMenu, or MenuList. The Menu class directly inherits from the MenuItem class, making 'none of the above' the correct answer.