What are disadvantage of J2ME?



What are disadvantage of J2ME?..

Answer / chaitu

Disadvantage of J2ME

1. Midlet application will never mess up another application on the same device or the device OS itself.

2. Unlike the J2SE, J2ME devices don’t have a command prompt.

3. A midlet application invoke in different manner as J2SE because it control by Application Management Software(AMS).

4. AMS interacts with native operations of a Midlet application and controls its life cycle. It is responsible for starting, processing, stoping and destory a Midlets application executions.

5. It have memory is very limited, so operating speed is relatively slow.

6. As J2SE application used data persistence, J2ME is done through the Record Management System (RMS), which operates solely on byte arrays. but it provide a security lake.

7. Unlike J2SE, J2ME device does not support full size keyboard specially alphanumeric sequences.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More J2ME Code Interview Questions

What is Generic" J2ME architecture?

0 Answers  


Explain MIDlet Life cycle?

0 Answers  


What is Java Community Process (JCP)?

1 Answers  


Will J2SE applications run on J2ME?If Not Why?

1 Answers   ASD Lab,


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  






What is CDC?

2 Answers  


What is preverifier?

1 Answers  


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.

1 Answers  


Will J2ME applications run on J2SE?

1 Answers  


What are profiles in J2ME?

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  


What is the J2ME platform?

1 Answers  


Categories