_____ is the simplest concrete subclass of 'container'.
-
Scroll Pane
-
Panel
-
List
-
Menu
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.