Solved

Based on the Following Code, Which of the Following Statements

Question 41

Multiple Choice

Based on the following code, which of the following statements sets the frame to a width of 400 and a height of 200: Based on the following code, which of the following statements sets the frame to a width of 400 and a height of 200:    A) frame.size = (FRAME_WIDTH, FRAME_HEIGHT) ; B) frame.addSize(FRAME_WIDTH, FRAME_HEIGHT) ; C) frame.setSize(FRAME_WIDTH, FRAME_HEIGHT) ; D) frame.setSize(FRAME_HEIGHT, FRAME_WIDTH) ;


A) frame.size = (FRAME_WIDTH, FRAME_HEIGHT) ;
B) frame.addSize(FRAME_WIDTH, FRAME_HEIGHT) ;
C) frame.setSize(FRAME_WIDTH, FRAME_HEIGHT) ;
D) frame.setSize(FRAME_HEIGHT, FRAME_WIDTH) ;

Correct Answer:

verifed

Verified

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

Related Questions