[填空题] 所有由Container派生的类称为______。
正确答案:容器
参考解析:本题考查容器的概念。 容器指所有由Container派生的类,可以包含由 Component派生的任何类的对象,如Window类和 Panel类都由容器类Container直接派生而来:frame继承自Window类;Panel类派生了Applet类。其他容器还有面板Panel、滚动条ScrollPane和选项面板OptionPane。

[填空题] 所有由Container派生的类称为______。
正确答案:容器
参考解析:本题考查容器的概念。 容器指所有由Container派生的类,可以包含由 Component派生的任何类的对象,如Window类和 Panel类都由容器类Container直接派生而来:frame继承自Window类;Panel类派生了Applet类。其他容器还有面板Panel、滚动条ScrollPane和选项面板OptionPane。