Answer Posted / chaitu
The Sun Microsystems (now subsidiary of Oracle) devide java into three editions- J2SE, J2EE, J2ME, each having own software development Kit(SDK) .
1. J2SE- Java 2 Standard Edition. This edition consists of application programming interfaces (APIs) needed to build aJava application or applet.
2. J2EE- Java 2 Enterprise Edition. This edition consists of application programming interfaces (APIs) needed to build a application for access server-side systems.
3. J2ME- Java 2 Micro Edition. This edition consists of application programming interfaces (APIs) needed to build a applications for small computing devices, including wireless Java applications.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain MIDlet Life cycle?
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
What is Generic" J2ME architecture?
How can I create connection two blue-tooth mobile in j2me. please urgent