📜  解释 JDK、JRE 和 JVM? - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:21.600000             🧑  作者: Mango

代码示例2
JDK is a software development kit whereas JRE is a software bundle that allows
Java program to run, whereas JVM is an environment for executing bytecode.
The full form of JDK is Java Development Kit, while the full form of JRE is Java
Runtime Environment, while the full form of JVM is Java Virtual Machine.