Java SE (formerly J2SE) is the basic Java environment. In Java SE, you make all the "standards" programs with Java. You only need a JVM to use Java SE.
Java EE (formerly J2EE) is the enterprise edition of Java. With it, you make websites, Java Beans, and more powerful server applications. Besides the JVM, you need an application server Java EE-compatible, like Glassfish, JBoss, and others.
Java ME stands for Java micro edition for applications which run on resource constrained devices (small scale devices) like cell phones, for example games.
References:
http://www.geeksforgeeks.org/j2se-vs-j2me-vs-j2ee-whats-the-difference/
Java EE (formerly J2EE) is the enterprise edition of Java. With it, you make websites, Java Beans, and more powerful server applications. Besides the JVM, you need an application server Java EE-compatible, like Glassfish, JBoss, and others.
Java ME stands for Java micro edition for applications which run on resource constrained devices (small scale devices) like cell phones, for example games.
References:
http://www.geeksforgeeks.org/j2se-vs-j2me-vs-j2ee-whats-the-difference/
No comments:
Post a Comment