Solved

Which Statement Should Be Added to This Code Fragment to Ensure

Question 31

Multiple Choice

Which statement should be added to this code fragment to ensure that the frame is shown?
JFrame frame = new JFrame() ;


A) frame.setVisible(true) ;
B) frame.visible = true;
C) JFrame.setVisible() ;
D) frame.setVisible() ;

Correct Answer:

verifed

Verified

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

Related Questions