Why we use J2ME?
Answer / chaitu
Java 2 Micro Edition (J2ME) is Sun's version of Java aimed at machines with limited hardware resources such as PDAs, cell phones, and other consumer electronic and embedded devices. J2ME is aimed at machines with as little as 128KB of RAM and with processors a lot less powerful than those used on typical desktop and server machines. J2ME actually consists of a set of profiles. Each profile is defined for a particular type of device -- cell phones, PDAs, microwave ovens, etc. -- and consists of a minimum set of class libraries required for the particular type of device and a specification of a Java virtual machine required to support the device.
| Is This Answer Correct ? | 3 Yes | 0 No |
Will J2ME applications run on J2SE?
What is minimum hardware and Software requirements for J2ME?
J2ME defines two configurations - CLDC and CDC. Explain them
What are profiles in J2ME?
List some Property Supported by J2ME?
What is preverifier?
What is difference between J2SE,J2EE and J2ME?
What are basics Software's for J2ME applications?
Why should we catch super class exceptions?
How can I create connection two blue-tooth mobile in j2me. please urgent
create a slide show which has three slides,which includes only text.program should change to the new slide after 5 seconds.After the third slide program returns to the first slide.
What are advantages of J2ME?