Home / CSE MCQs / Swing ::

CSE MCQs :: Swing

  1. What is the Lifecycle of an applet?
  2. A.
    init( ) method
    B.
    start( ) method
    C.
    paint( ) method
    D.
    All of these

  3. What are the names of the list layout managers in Java?
  4. A.
    Flow Layout Manager
    B.
    Grid Layout Manager
    C.
    Box Layout Manager
    D.
    All of the above

  5. The size of a frame on the screen is measured in:
  6. A.
    Inches
    B.
    Nits
    C.
    Dots
    D.
    Pixels

  7. What is the name of the Swing class that is used for frames?
  8. A.
    Window
    B.
    Frame
    C.
    JFrame
    D.
    SwingFrame

  9. Multitasking in iOS was introduced in which version?
  10. A.
    iOS 2.0
    B.
    iOS 4.0
    C.
    iOS 6.0
    D.
    iOS 7.0