MCQOPTIONS
Saved Bookmarks
| 1. |
Which method is first Called for any applet when it starts its execution? |
| A. | void init() |
| B. | void destroy() |
| C. | boolean isActive() |
| D. | None of the above |
| Answer» B. void destroy() | |