The JOptionPane constant used to display an icon prompting the user for input is:

a. JOptionPane.ERROR_MESSAGE.
b. JOptionPane.INFORMATION_MESSAGE.
c. JOptionPane.QUESTION_MESSAGE.
d. JOptionPane.WARNING_MESSAGE.


c. JOptionPane.QUESTION_MESSAGE.

Computer Science & Information Technology

You might also like to view...

You use the command show ip protocol on a router to do which of the following?

a. Display the routing protocol that can run on the router b. Display the IP address of the routers running IP c. Display the routing protocols running on the router d. None of these answers is correct

Computer Science & Information Technology

What does the following code output?

``` DecimalFormat percent = new DecimalFormat("0.00%"); System.out.println(percent.format(0.308)); ``` (a) 3.080% (b) 30.80% (c) .0308% (d) 308.0%

Computer Science & Information Technology

When you use the ________ function, the first column in the array is used to look up the value.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Entries that are the result of calculations will not produce data validation errors.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology