A. You can set an image on a label, but the image is not resizable. B. You can set an image on a button, but the image is not resizable. C. You can draw an image on a GUI component using the drawImage method in the Graphics object. This image is resizable.

Which of the following statements are correct?

A. You can set an image on a label, but the image is not resizable.
B. You can set an image on a button, but the image is not resizable.
C. You can draw an image on a GUI component using the drawImage method in the Graphics object. This image is resizable.

The correct answer is ABC


Java

Learn More Multiple Choice Question :