What is meant by controls and what are different types of controls in AWT?-
Controls are components that allow a user to interact with your application and the AWT supports the following types of controls: Labels, Push Buttons, Check Boxes, Choice Lists, Lists, Scrollbars, Text Components. These controls are subclasses of Component. In the context of Core Java and AWT (Abstract Window Toolkit), “controls” typically refer to user interface … Read more