What is difference between J2SE,J2EE and J2ME?

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 ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1921


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

3462


What is Generic" J2ME architecture?

1844


Explain MIDlet Life cycle?

2365