J2SE

J2SE - J2ME - J2EE

J2SE -> J2ME [Very Hard to Convert]
J2ME -> J2SE [Medium to Convert]

Why? both of them use a same script but different class.. different SDK [Software Development Kit].. so You know what happen if that have a different class..

some classes in J2ME SDK will be know in J2SE SDK, but a lot class in J2SE cannot be found in J2ME SDK. Code in J2ME needs to be small in size and take less memory..

1. J2SE is the Java 2 Standard Edition that contains your basic core Java classes. This is the one that most people use to write your standard applets and applications.

2. J2EE is the Java 2 Enterprise Edition and it contains classes that go above and beyond J2SE. In fact, you will need J2SE in order to use many of the classes in J2EE. Some of the things that J2EE provides are server-side classes such as Servlets and EJB’s. It also contains Security API, Java Mail API, XML Parsers etc., Java Messaging Service API, and a few others. A few of these API’s have been included in the new J2SE 1.4 version and are now considered standard. The XML API is an example of this.

3. J2ME is for developers that code to portable devices, such as a palm pilot or a cellular phone. Code on these devices needs to be small in size and take less memory. So you will want to use J2ME if you code for a PDA.

Best Regards,

Yupi Sugianto, S.Kom
Martinus Foe, S.Kom



Related posts

Leave a Comment