*Please select the correct letter "A, B, C, D, or E". Thank you.
3. Which option of the setDefaultCloseOperation() method can ensure that Java application will
be properly terminated when the user attempts to close the "form"?
A. HALT_ON_CLOSE
B. TERMINATE_ON_CLOSE
C. EXIT_ON_CLOSE
D. DELETE_ON_CLOSE
E. DESTROY_ON_CLOSE
Answer:
C. EXIT_ON_CLOSE
Comments
Leave a comment