taoist 0 Report post Posted December 23, 2004 Can anybody tell me the difference between Java and Java 2?And what is J2EE? Share this post Link to post Share on other sites
r3d1405241470 0 Report post Posted December 23, 2004 java 2 the 1.4+ version. j2ee - Java 2 platform, Enterprise Edition that's all i know Share this post Link to post Share on other sites
Soleq 0 Report post Posted December 24, 2004 Right, Java 2 is simply the 1.4.x releases. I believe it started with the release of 1.2, and just stuck. I'm not entirely sure, so if I'm wrong, don't point your finger and should "Ah ha!"That said, the J2EE is the enterprise edition. It's for databases and corporate works. Share this post Link to post Share on other sites
redbugler 0 Report post Posted December 24, 2004 According to SUN, java is mainly divided into: J2SE:Java 2 Platform, Standard Edition (J2SE) provides a complete environment for applications development on desktops and servers. It also serves as the foundation for the Java 2 Platform, Enterprise Edition (J2EE) and Java Web Services. J2ME:The Micro Edition of the Java 2 Platform provides an application environment that specifically addresses the needs of commodities in the vast and rapidly growing consumer and embedded space, including mobile phones, pagers, personal digital assistants, set-top boxes, and vehicle telematics systems. J2EE:Java 2 Platform, Enterprise Edition (J2EE) defines the standard for developing component-based multitier enterprise applications. Features include Web services support and development tools (SDK). Since Java1.2, Java is renamed to Java2. Now, Java1.5(Tiger) is released, it is also called "Java5.0". If you want to know more, please visit . If you want to learn java, don't waste your time and start now. Share this post Link to post Share on other sites
taoist 0 Report post Posted December 25, 2004 Really thank you guys!!I decide to learn java right now. Share this post Link to post Share on other sites
eyvind 0 Report post Posted May 12, 2005 also check java.com, and java.net.you can also get help at the java forums (which can be reached form ajva.sun.com) and also youlikejava.tk. Share this post Link to post Share on other sites