
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
May 18, 2010 · 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?
Jun 10, 2016 · 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 SE、Java EE、Java ME三者的区别? - 知乎
Java SE、Java EE、Java ME三者的区别? 现在一个个来分析 1. Java SE(Java Platform,Standard Edition)。 Java SE 以前称为 J2SE。 它允许开发… 显示全部 关注者 6 …
Quais são as diferenças entre Java SE, Java EE e Java ME?
Aug 31, 2016 · Java SE = Standard Edition Contém os recursos básicos (java.lang, java.io, java.math, java.net, java.util, etc...). É normalmente por onde deve-se começar o aprendizado. …
Whether Java SE is the same as JDK? - Stack Overflow
Sep 29, 2022 · 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, …
Java Versions and Compatibility - Stack Overflow
Apr 10, 2023 · A Java Runtime Environment (JRE) is an implementation of the Java SE specifications, a complete Java platform, with all the software you need to execute an app …
Java SE 6 vs. JRE 1.6 vs. JDK 1.6 - What do these mean?
Oct 30, 2008 · 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.
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 - What is the difference between JDK and JRE? - Stack Overflow
Dec 15, 2009 · Java SE Runtime Environment (JRE) The JRE provides the libraries, Java virtual machine, and other components necessary for you to run applets and applications written in …