You can use methods ___ on any instance of java.awt.Component.

You can use methods ___________ on any instance of java.awt.Component.


A. setBackground
B. getBackground
C. getWidth
D. getHeight
E. setBorder

The correct answer is ABCD

Explanation: (E) is only for instances of javax.swing.JComponent.


Java

Learn More Multiple Choice Question :