McqMate
| Q. |
What are the sequences of method executed when an Applet starts execution? |
| A. | init(),start(),stop(),destroy() |
| B. | load(),start(),stop(),unload() |
| C. | init(),activate(),deactivate(),destroy() |
| D. | start(),init(),destroy(),stop() |
| Answer» A. init(),start(),stop(),destroy() | |
View all MCQs in
Java ProgrammingNo comments yet