Can any one explain me Hoe the Classification is done in java...J2EE,J2SE..

Y the classification?
[28 byte] By [ttrra] at [2007-10-3 9:35:13]
# 1
What?
kajbja at 2007-7-15 4:50:36 > top of Java-index,Java Essentials,Java Programming...
# 2

J2SE is the Java 2 Standard Edition - it's, well, the standard

J2EE is Java 2 Enterprise Edition - it's an extension of the standard edition, with extra APIs added to help with enterprise-level applications, such as transaction management and persistence

J2ME is the Micro Edition - a pared-down version of the standard with a smaller footprint, making it suitable for devices with limited resource, such as mobile phones

georgemca at 2007-7-15 4:50:36 > top of Java-index,Java Essentials,Java Programming...