Solved

Based on the Following Statement, Which of the Following Statements

Question 17

Multiple Choice

Based on the following statement, which of the following statements sets the title of the frame:
JFrame frame = new JFrame() ;


A) frame.title = "An Empty Frame";
B) frame.setTitle(JFrame.EMPTY) ;
C) frame.addTitle("An Empty Frame") ;
D) frame.setTitle("An Empty Frame") ;

Correct Answer:

verifed

Verified

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

Related Questions