Abstract Window Toolkit (AWT) Question:
Download Job Interview Questions and Answers PDF
What is controls and what are different types of controls in AWT?
Answer:
Controls are components that allow a user to interact with your application. AWT supports the following types of controls: Labels, Push Buttons, Check Boxes, Choice Lists, Lists, Scrollbars, Text Components. These controls are subclasses of Component.
Download AWT Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the difference between scrollbar and scrollpane? | What are the advantages of the event-delegation model over the event-inheritance model? |