Podcast
Questions and Answers
Which class is used to create a push button control in AWT?
Which class is used to create a push button control in AWT?
- Button (correct)
- Checkbox
- Canvas
- Dialog
What layout manager is used to arrange components in a border layout in AWT?
What layout manager is used to arrange components in a border layout in AWT?
- BorderLayout (correct)
- GridLayout
- CardLayout
- FlowLayout
Which class is used to create a group of check box controls in AWT?
Which class is used to create a group of check box controls in AWT?
- Choice
- Checkbox
- CheckboxGroup (correct)
- Color
What does the Canvas class represent in AWT?
What does the Canvas class represent in AWT?
Which class is used to manage colors in a portable, platform-independent fashion in AWT?
Which class is used to manage colors in a portable, platform-independent fashion in AWT?