What is configuration ?
Answer / jguru
In J2ME, a configuration defines the minimum Java runtime
environment for a family of devices: the combination of a
Java virtual machine (either the standard J2SE virtual
machine or a much more limited version called the CLDC VM)
and a core set of APIs. CDC and CLDC are configurations. See
also profile, optional package.
| Is This Answer Correct ? | 1 Yes | 1 No |
which is the front end and back end in j2me?
I want to know how to connect to DataBase from our MIDP application. I need just code for this
What is PCS ?
11 is a group of specifications for wireless networks developed by the Institute of Electrical and Electronics Engineers (IEEE). 802.11 uses the Ethernet protocol and CSMA/CA (carrier sense multiple access with collision avoidance) for path sharing.
What is HTTPS
Explain CDC ?
What is POSE ?
Describe and explain UDDI ?
what is the use of wtk?
I have problem with connection between Database and Wireless device, plz send me a sample code.
what is the difference between jad and manifest file?
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?