MCQOPTIONS
Saved Bookmarks
| 1. |
When an applet is terminated which of the following sequence of methods calls take place? |
| A. | stop(),paint(),destroy() |
| B. | destroy(),stop(),paint() |
| C. | destroy(),stop() |
| D. | stop(),destroy() |
| Answer» E. | |