InterviewSolution
Saved Bookmarks
| 1. |
What Events Must An Applet Handle? |
|
Answer» In addition to the obvious EVT_APP_START and EVT_APP_STOP, your APPLET MUST support EVT_APP_SUSPEND and EVT_APP_RESUME in order to PASS True BREW TESTING. In addition to the obvious EVT_APP_START and EVT_APP_STOP, your applet must support EVT_APP_SUSPEND and EVT_APP_RESUME in order to pass True BREW Testing. |
|