📜  JVM、JDK 和 JRE? - 无论代码示例

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

代码示例1
• JVM (Java Virtual Machine) offers the runtime environment for codes to be executed.
• JRE (Java Runtime Environment) is the collection of files needed during runtime by JVM.
• JDK (Java Development Kit) is needed to write and execute a program and contains the JRE with necessary development tools.