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

What is the J2ME platform?

1 Answers  


What is Generic" J2ME architecture?

0 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  


List some Property Supported by J2ME?

1 Answers  


Why should we catch super class exceptions?

1 Answers  






What is Java Community Process (JCP)?

1 Answers  


Explain Virtual Machine for J2ME?

1 Answers  


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

0 Answers  


J2ME defines two configurations - CLDC and CDC. Explain them

1 Answers  


Why we use J2ME?

1 Answers  


What are advantages of J2ME?

1 Answers  


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

1 Answers  


Categories