Home »
MCQs »
Java Swing MCQs
Which of the following function is used to generate the application's top-level window?
12. Which of the following function is used to generate the application's top-level window?
- JPanel
- JFrame
- JCombo
Answer: B) JFrame
Explanation:
JFrame is used to generate the application's top-level window.