Multiple choice

Which of the following statements is/are true in java swing?

  1. JButton class can associate with the icon or string with the button.

  2. JApplet class supports various panes.

  3. JCheckBox is a concrete implementation of AbstractButton.

  4. All of the above

  5. Only (1) and (2)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Yes, all the above are true statements.