Multiple choice

Which of the following swing components displays some information to the user or get confirmation from the user so that the program can be executed further based on the choice the user makes?

  1. JSplitPane

  2. JOptionPane

  3. JScrollPane

  4. javax.swing.event

  5. StockPresentation

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

This swing component displays some information to the user or get confirmation from the user so that the program can be executed further based on the choice the user makes.