Home  >  Article  >  Java  >  The difference between java se and java ee

The difference between java se and java ee

王林
王林Original
2019-11-09 17:11:1211285browse

The difference between java se and java ee

JavaEE:

Java Enterprise Edition, Java Enterprise Edition, is mostly used for enterprise-level development, including web development and so on. The Enterprise Edition helps develop and deploy server-side Java applications that are portable, robust, scalable and secure.

Java EE is built on the basis of JavaSE. It provides Web services, model building, management and communication APIs. It can be used to implement enterprise-level service-oriented architecture (SOA) and web2.0 applications.

JavaSE:

Usually refers to Java Standard Edition, Java Standard Edition, which is suitable for the development of general Java programs (such as desktop programs), and can be regarded as JavaEE subset. It allows the development and deployment of Java applications for use in desktop, server, embedded and implementation environments.

JavaSE includes classes that support Java Web service development and provides the foundation for Java Platform, Enterprise Edition (Java EE).

Recommended tutorial: java tutorial

The above is the detailed content of The difference between java se and java ee. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:How to run java programNext article:How to run java program