首页 > 其他 > 详细

【环境篇】第 1 节 ? JDK 介绍和安装

时间:2021-06-03 23:56:00      阅读:24      评论:0      收藏:0      [点我收藏+]

一、JDK、JRE、JVM 的关系

1. Java 平台标准(JDK 8)

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

【环境篇】第 1 节 ? JDK 介绍和安装

原文:https://blog.51cto.com/u_14943622/2854550

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!