2021-03-31

The role and relationship of JDK, JRE, JVM

  • Role
    JVM: to ensure the Java language cross-platform
    JRE: the operating environment of the
    Java program JDK: the development environment of the Java program
  • Relationship
    JRE: JVM + class library
    JDK: JRE + tools

Guess you like

Origin blog.csdn.net/weixin_40017062/article/details/115352016