Home / CSE MCQs / AWT ::

CSE MCQs :: AWT

  1. How many types of controls does AWT supports these controls are subclasses of component?
  2. A.
    7
    B.
    6
    C.
    5
    D.
    8

  3. Which are passive controls that do not support any interaction with the user?
  4. A.
    Choice
    B.
    List
    C.
    Labels
    D.
    Checkbox

  5. How many ways can we align the label in a container?
  6. A.
    1
    B.
    2
    C.
    3
    D.
    4

  7. The following way is used to create a frame is by creating the object of Frame class?
  8. A.
    inheritance
    B.
    association
    C.
    Both A & B
    D.
    None of the above

  9. Which of the following classes are derived from the Component class.
  10. A.
    Container
    B.
    Window
    C.
    List
    D.
    MenuItem