DEVFYI - Developer Resource - FYI

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

Swing AWT Interview Questions


(Continued from previous question...)

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

A 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.

(Continued on next question...)

Other Interview Questions