Java Swing AWT Question:

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

Swing AWT Interview Question
Swing AWT Interview Question

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


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