Examlex

Solved

What Will Be Displayed When the Following Code Is Executed

question 11

Multiple Choice

What will be displayed when the following code is executed?
JLabel myLabel = new JLabel ("It's a beautiful morning!") ; myLabel.setIcon(SunnyFace.gif) ;


Definitions:

Related Questions