Solved

When This Argument Is Passed to the JFrame Class's SetDefaultCloseOperation

Question 35

Multiple Choice

When this argument is passed to the JFrame class's setDefaultCloseOperation method, the application is hidden, but not closed.


A) JFrame.EXIT_ON_CLOSE
B) JFrame.HIDE_ON_CLOSE
C) JFrame.SUSPEND_ON_CLOSE
D) HIDE_ON_CLOSE

Correct Answer:

verifed

Verified

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

Related Questions