Explain CVM ?
Answer / guest
The Compact Virtual Machine (CVM) is an optimized Java
virtual machine1 (JVM) that is used by the CDC.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is configuration ?
Explain about Telematics ?
What is the difference between MIDP 1.0 and MIDP 2.0?
What is KittyHawk ?
what is jar size of the application?
create a midp application,where user can enter player name and points.the program saves the information to the record using RMS at MIDP device.program should also print out the top 10 player list to the end user.
What is WSP ?
What is j2me in mobile computing?
what is the difference between cell phone and mobile phone?
What is PCS ?
What is CLDC ?
Hi, I have a midlet. In that I created object that extends Canvas.In that canvas I added one command,when I click that command the control is not coming to CommandAction() method of that canvas. Can u suggest me any solution for this?