首页 > 编程语言 >Java Platform Standard Edition 8 Documentation

Java Platform Standard Edition 8 Documentation

时间:2023-01-03 22:03:29浏览次数:51  
标签:JRE Java JDK Edition Documentation Virtual Platform components SE

Oracle has two products that implement Java Platform Standard Edition (Java SE) 8: Java SE Development Kit (JDK) 8 and Java SE Runtime Environment (JRE) 8.

JDK 8 is a superset of JRE 8, and contains everything that is in JRE 8, plus tools such as the compilers and debuggers necessary for developing applets and applications. JRE 8 provides the libraries, the Java Virtual Machine (JVM), and other components to run applets and applications written in the Java programming language. Note that the JRE includes components not required by the Java SE specification, including both standard and non-standard Java components.

The following conceptual diagram illustrates the components of Oracle's Java SE products:

​Description of Java Conceptual Diagram​

 

​JDK​

 

Java Language

 

 

Tools &
Tool APIs

​JRE​

Deployment

User Interface
Toolkits

​Java SE
API​

Integration
Libraries

​Compact
Profiles​

Other Base
Libraries

lang and util
Base Libraries

Java Virtual Machine

 

 


​Java Language​

​ http://docs.oracle.com/javase/8/docs/​



标签:JRE,Java,JDK,Edition,Documentation,Virtual,Platform,components,SE
From: https://blog.51cto.com/u_15147537/5986846

相关文章