Multiple choice

Window, Panel and ScrollPane are the subclasses of

  1. Container class

  2. Component class

  3. Frame class

  4. None of the above

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

In Java AWT, Window, Panel, and ScrollPane all extend Container directly. Container is an abstract class that extends Component and adds the ability to hold child components.