Workshop
The Workshop is designed to help you anticipate possible questions, review what you've learned, and get you thinking about how to put your knowledge into practice. The answers to the quiz are in Appendix A, "Quiz Answers".
Quiz
1. What are two parameters of a MIDlet's execution that cannot be accounted for in the J2ME emulator?
2. What J2ME device profile maps the letter keys on the keyboard to device keys?
3. What is the purpose of the J2ME emulator's kvem.home system property?
4. What are the pieces of MIDlet information that can be traced by turning on certain emulator properties?
Exercises
Try out the J2ME emulator for yourself from the command-line by copying the run.bat script file and changing it to use a different device profile.
Test out the UIDemo MIDlet example using the KToolBar visual development environment. Think of this as a preview for some of the GUI components you'll be using on Day 8.