CSE MCQs :: AWT
- How many types of controls does AWT supports these controls are subclasses of component?
- Which are passive controls that do not support any interaction with the user?
- The following way is used to create a frame is by creating the object of Frame class?
- Which of the following classes are derived from the Component class.
- Which is the container that doesn't contain title bar and MenuBars but it can have other components like button, textfield etc?
- The Swing Component classes that are used in Encapsulates a mutually exclusive set of buttons?
- Which package provides many event classes and Listener interfaces for event handling?
- In Graphics class which method is used to draws a rectangle with the specified width and height?
- Name the class used to represent a GUI application window, which is optionally resizable and can have a title bar, an icon, and menus.