How many parts in Java?

How many parts in Java?

Sun Microsystems Inc. has divided Java into 3 parts. They are 1. Java SE 2. Java EE 3. Java ME. Let us discuss then in brief here.

Java SE

It is the Java Standard Edition that contains basic core Java classes. This edition is used to develop standard applets and applications

Java EE

It is the Java Enterprise Edition and it contains classes they are beyond Java SE. In fact, we need Java SE in order to use many of the classes in Java EE. Java EE mainly concentrates on providing business solutions on a network.

Java ME

It stands for Java Micro Edition. Java ME is for developers who develop code for portable device, such as a PDA or a cellular phone. Code on these devices needs to be small in size and take less memory

Leave a Reply