JavaEE: Java Enterprise Edition, Java Enterprise Edition, mostly used for enterprise-level development, including web development and so on.
The enterprise version helps develop and deploy portable, robust, scalable and secure server-side Java applications. Java EE is built on the basis of JavaSE. It provides Web services, component models, management and communication APIs, and can be used to implement enterprise-level service-oriented architecture (SOA) and web2.0 applications.
Java: Usually refers to Java Standard Edition, that is, JavaSE, Java Standard Edition, which is suitable for the development of general Java programs (such as desktop programs), and can be regarded as a subset of JavaEE . 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).
Difference:
javase: J2SE, java standard version, mainly for general java applications, such as application software/communication software such as QQ, etc.
javaee: J2EE, mainly for enterprise applications, such as company websites, enterprise solutions, etc.
Recommended tutorial: Java tutorial
The above is the detailed content of The difference between java and javaEE. For more information, please follow other related articles on the PHP Chinese website!