Multiple choice The import statement needed to use JOptionPane is import javax.Swing.JOptionPane ; import javax.swing.JOptionPane ; import java.swing.JOptionPane ; import javac.swing.JOptionPane ; Reveal answer Fill a bubble to check yourself B Correct answer Explanation Java package names are case-sensitive and follow a standard naming convention. The correct package for Swing components is javax.swing.