📜  什么是 JRE - Java 代码示例

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

代码示例1
• Java Runtime Environment :
    It physically exists. 
    The Java Runtime Environment provides
    the minimum requirements such as libraries
    and Class Loader for executing a 
    Java application on JVM. 
    It consists of the Java Virtual Machine
    core classes, and supporting files.