
Java SE,Java EE,Java ME 怎么区分? - 知乎
Java SE (Java Platform,Standard Edition),应该先说这个,因为这个是标准版本。 Java EE (Java Platform,Enterprise Edition),java 的企业版本 Java ME (Java Platform,Micro …
Difference between Java SE/EE/ME? - Stack Overflow
2010年5月18日 · Java EE = Enterprise Edition. From Wikipedia: The Java platform (Enterprise Edition) differs from the Java Standard Edition Platform (Java SE) in that it adds libraries …
What's the main difference between Java SE and Java EE?
2016年6月10日 · Java SE (formerly J2SE) is the basic Java environment. In Java SE, you make all the "standards" programs with Java, using the API described here. You only need a JVM to …
Java JDK, SDK, SE? - Stack Overflow
Java EE is a set of libraries and interfaces, such as EJB, JMS, JNDI, Servlets/JSPs that are built on top of the Java SE. Is Java SE 7 also Java JDK 7? and also what is the JDK?
Java SE、Java EE、Java ME三者的区别? - 知乎
Java SE、Java EE、Java ME三者的区别? 现在一个个来分析 1. Java SE(Java Platform,Standard Edition)。 Java SE 以前称为 J2SE。 它允许开发… 显示全部 关注者 6 …
Whether Java SE is the same as JDK? - Stack Overflow
2022年9月29日 · Java SE is the 'base' platform that defines the Java language specification (JLS), the Java Virtual Machine Specification (JVMS), Standard library APIs, byte-code format, …
Quais são as diferenças entre Java SE, Java EE e Java ME?
2016年8月31日 · Ela está presente tanto nos nossos computadores quanto em nosso telefones moveis e em nossas tvs. Sei que a Plataforma Java se divide em três principais Ambientes de …
Difference between Java SE & Java EE - Stack Overflow
2010年8月8日 · Java EE (full name: Java Platform, Enterprise Edition, old names, as above, too many to enumerate) is a specification of another programming platform—a framework, …
Java SE 6 vs. JRE 1.6 vs. JDK 1.6 - What do these mean?
2008年10月30日 · JDK is the Java Development Kit, JRE is the Java Runtime Environment, Java SE is the standard edition, and so on. But the version 6 (1.6) is becoming antiquated.
JDK = Java SE && JDK != Java EE? - Stack Overflow
2010年1月7日 · The classes within these JAR files make use of the Java SE core classes. I think this last sentence makes the connection between Java SE and Java EE. To wrap this up, I …