Multiple choice Window, Panel and ScrollPane are the subclasses of Container class Component class Frame class 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.