Multiple Choice
Class ________ represents an image that can be displayed on a JLabel.
A) Image.
B) Icon.
C) ImageIcon.
D) IconImage.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: When a subclass constructor calls its superclass
Q2: When overriding a superclass method and calling
Q5: Private fields of a superclass can be
Q7: An advantage of inheritance is that:<br>A)All methods
Q9: Inheritance is also known as the<br>A) knows-a
Q10: To avoid duplicating code,use _,rather than _.<br>A)inheritance,the
Q14: Which of the following is not a
Q18: Superclass methods with this level of access
Q19: Which of the following keywords allows a
Q20: Overriding a method differs from overloading a