MCQOPTIONS
Saved Bookmarks
| 1. |
What invokes immediately after the start() method and also any time the applet needs to repaint itself in the browser? |
| A. | stop() |
| B. | init() |
| C. | paint() |
| D. | destroy() |
| Answer» D. destroy() | |