Java Swing AWT Question:
Download Questions PDF

What are controls and what are different types of controls in AWT?

Answer:

Controls are components that allow a user to interact with your application.
A component is a graphical object. A few examples of components are:

Button
Canvas
Checkbox
Choice
Container
Label
List
Scrollbar
TextComponent

Download Swing AWT Interview Questions And Answers PDF

Previous QuestionNext Question
What are heavyweight and lightweight components?What is JFC and explain the features of JFC?