Multiple choice

Which of the following classes in Java is used to encapsulate a combo box in an applet program?

  1. IllegalArgumentException

  2. JCheckBox

  3. IllegalMonitorStateException

  4. JComboBox

  5. JRadioButton

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

This class in Java is a swing version that is used to encapsulate a combo box in an applet program.