JAVA is divided into three major technology platforms, as follows:
Java SE (Java Platform Standard Edition) Standard Edition is provided for the development of ordinary desktop and business applications solution.
JavaSE is the core part of the three platforms. Both JavaEe and JavaME are developed on the basis of JavaSE. The JavaSE platform includes Java’s core class libraries, such as collections, IO, and databases. Connections and network programming, etc.
(Related video tutorial recommendations: java video tutorial)
Java EE (Java Platform Enterprise Edition) Enterprise Edition is a solution for developing enterprise-level applications .
JavaEE can be regarded as a technology platform, which is used to develop, assemble and deploy enterprise-level applications, which mainly includes Servlet, JSP, Javabean, JDBC, EJB, Web and other technologies.
Java ME (Java Platform Micro Edition), a small version, is a solution for developing electronic consumer products and embedded devices.
JavaME is mainly used for the development of software programs on small digital electronic devices. For example, add intelligent control and networking functions to home appliances, and add new games and address book management functions to mobile phones. In addition, JavaME provides advanced Internet protocols such as HTTP, allowing mobile phones to directly access all information on the Internet in Client/Server mode, providing the most efficient wireless communication.
Recommended tutorial: java introductory tutorial
The above is the detailed content of What are the three major technology platforms of Java?. For more information, please follow other related articles on the PHP Chinese website!