Home »
MCQs »
Java Swing MCQs
Which of the following component gives a drop-down list of options from which to choose?
14. Which of the following component gives a drop-down list of options from which to choose?
- JPanel
- JButton
- JComboBox
- JBox
Answer: C) JComboBox
Explanation:
JComboBox component gives a drop-down list of options from which to choose.