Totally Confused with java.exe

后端 未结 3 856
一向
一向 2020-11-28 15:15

The JDK is the superset of JRE. JDK has the necessary tools like javac java.exe debugger etc + JRE. But JRE has a particular implementation of JVM.

My assumption is

3条回答
  •  孤街浪徒
    2020-11-28 16:18

    you are right java.exe is the interpreter for JVM (java virtual machine) and JVM is where your code gets executed by communicating with the underlying OS

提交回复
热议问题