Solved

Which Statement Tells the Compiler Where to Find the JOptionPane

Question 31

Multiple Choice

Which statement tells the compiler where to find the JOptionPane class and makes it available to your program?


A) import javax.swing.JOptionPane;
B) import Java.Swing.JOptionPane;
C) import JOptionPane;
D) import javax.JOptionPane;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions