Solved

This Statement Tells the Compiler Where to Find the JOptionPane

Question 40

Multiple Choice

This 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