Monday 26 November 2012

what is the difference between j2ee j2se and j2me?

Question :  what is the difference between j2ee j2se and j2me?

Answer:  

J2SE is Java 2 Standard Edition: Consists of the core libraries basically all of the packages like java.lang, java.util, etc. This edition is the heart of Java and both J2EE and J2ME depend on J2SE.

J2EE is Java 2 for the Enterprise: Consists of the Enterprise APIs such as JMS, EJB, JSPs/Servlets and  JNDI.

Java 2 Micro Edition::  this edition is for programming Java on devices such as handhelds, cell phones, set top boxes, toasters, etc. J2ME can use *most* of J2SE but not necessarily all of the J2SE libraries.

No comments:

Post a Comment