Differences and use of Java versions

Asked By 30 points N/A Posted on -
qa-featured

what are the differences between J2SE, J2ME,and J2EE ? 

  what are the use of each version in programing?

SHARE
Best Answer by Tepait reyes
Best Answer
Best Answer
Answered By 0 points N/A #115290

Differences and use of Java versions

qa-featured

Hello Fayda,

J2SE is short for Java 2 Standard Edition. It is basically used for development of java application in computer.

J2ME is short for Java 2 Micro Edition. It is used to make programs for mobiles and other small devices

J2EE is short for Java 2 Enterprise Edition. It is used for developing, building and deploying Web-based enterprise applications online.

Basically, Java 2 has these basic editions to develop programs for different environments. I hope this brief explanation helps you.

Answered By 0 points N/A #115291

Differences and use of Java versions

qa-featured

Hi Fayda,

 

The Main program is Java 2.
And Se stands for standard edition.
ME stands for Micro edition.
EE stands for enterprise edition.
 
SE is using for PC’s development.
ME is using for  creating mobile applications.
EE is using for website development. 
 
Have you got your question's answer now???
 

Related Questions