Saved Bookmarks
| 1. |
Explain The Use Of Update Method? |
|
Answer» An update method is CALLED on CALLING the repaint method. The default implementation of the update() method CLEARS the SCREEN and CALLS the paint() method. An update method is called on calling the repaint method. The default implementation of the update() method clears the screen and calls the paint() method. |
|