Will J2ME applications run on J2SE?



Will J2ME applications run on J2SE?..

Answer / chaitu

No,

Since J2ME used subset of J2SE API. Many classes have been remove to keep the J2ME platform flexible, efficient and smaller. Consider a example, many small device won't support Abstract Window Toolkit (AWT), means device don't have screen capability to provide drop down menus and button.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More J2ME Code Interview Questions

Why we use J2ME?

1 Answers  


What is the J2ME platform?

1 Answers  


What hardware and software requirements of a device that intends to implement the MIDP.

1 Answers  


What is difference between J2SE,J2EE and J2ME?

2 Answers  


What is preverifier?

1 Answers  






Why should we catch super class exceptions?

1 Answers  


List some Property Supported by J2ME?

1 Answers  


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

1 Answers  


What are basics Software's for J2ME applications?

1 Answers  


write a program 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

0 Answers  


What is Telematics?

2 Answers  


J2ME defines two configurations - CLDC and CDC. Explain them

1 Answers  


Categories