Multiple Choice
Which return value of the JFileChooser object's showOpenDialog method indicates that a file was chosen by the user at run time?
A) APPROVE_OPTION
B) CANCEL_OPTION
C) OK_OPTION
D) SELECTED_OPTION
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q36: Your program must read in an existing
Q37: Which of the following code snippets about
Q38: Consider the following code snippet: try<br>{<br>File inputFile
Q39: Assume that inputFile is a Scanner object
Q40: Which method of an exception object will
Q42: Insert the missing code in the following
Q43: Consider the following code snippet: Scanner in
Q44: Consider the following code snippet: try<br>{<br>PrintWriter outputFile
Q45: Insert the missing code in the following
Q46: Insert the missing code in the following