Why we use J2ME?



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

Post New Answer

More J2ME Code Interview Questions

What are disadvantage of J2ME?

1 Answers  


Why does Java strictly specify the range and behavior of its primitive types?

1 Answers  


Will J2ME applications run on J2SE?

1 Answers  


What are advantages of J2ME?

1 Answers  


What is the J2ME platform?

1 Answers  






What is minimum hardware and Software requirements for J2ME?

1 Answers  


Why should we catch super class exceptions?

1 Answers  


wap to input a natural number less than and display it in words. test your program on the sample data and some random data sample input= 29 sample output= Twenty nine sample input=17001 sample output= out of range sample input=119 sample output =one hundred and nineteen sample input=500 sample output=five hundred

1 Answers  


List some Property Supported by J2ME?

1 Answers  


Why we use J2ME?

1 Answers  


How can I create connection two blue-tooth mobile in j2me. please urgent

0 Answers  


create a MIDP application,which show to the user 4 questions.All questions have 4 possible options and one right option exactly.Application counts and shows to the user how many right answers were right and shows them to user.

1 Answers  


Categories