Home > Java > Javagetting Started > body text

The difference between java se and java ee

王林
Release: 2019-11-09 17:11:12
Original
11395 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!