Multiple choice

_____ is the simplest concrete subclass of 'container'.

  1. Scroll Pane

  2. Panel

  3. List

  4. Menu

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

Panel is the simplest concrete subclass of Container in Java AWT. It provides a basic container that can hold other components and is commonly used for grouping and organizing UI elements. Other options like ScrollPane, List, and Menu either inherit from Panel or have more complex implementations.