InterviewSolution
Saved Bookmarks
| 1. |
What Are Controls And Their Different Types In Awt? |
|
Answer» CONTROLS are components that allow a user to interact with your application and the AWT supports the following types of controls: Labels, Push Buttons, CHECK Boxes, Choice LISTS, Lists, Scrollbars, Text Components. These controls are the SUBCLASSES of the Component. Controls are components that allow a user to interact with your application and the AWT supports the following types of controls: Labels, Push Buttons, Check Boxes, Choice Lists, Lists, Scrollbars, Text Components. These controls are the subclasses of the Component. |
|