Multiple choice

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

  1. JRadioButton

  2. JCheckBox

  3. JComboBox

  4. None of these

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

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