Question

On invoking repaint() method for a Component, the method invoked by AWT is :

A draw()
B show()
C update()
D paint()
Answer & Explanation
Option: [D]

update() method is invoked by AWT.