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

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online AWT Job Interview Questions And Answers