Podcast
Questions and Answers
Which class is derived from Window in AWT?
Which class is derived from Window in AWT?
- Container
- Component
- Panel
- Frame (correct)
What is the topmost class in the AWT hierarchy?
What is the topmost class in the AWT hierarchy?
- Component (correct)
- Applet
- Container
- Window
Which package contains the AWT classes?
Which package contains the AWT classes?
- java.awt (correct)
- java.util
- java.io
- java.swing
What is the purpose of the Container class in AWT?
What is the purpose of the Container class in AWT?
Which class is derived from Panel in AWT?
Which class is derived from Panel in AWT?