jvm (1): general overview

    Let's first understand the relationship between jdk, jre, and jvm

    JVM is used to run bytecode. If we only use it to run java programs, we only need to deploy jre. If we need to develop java, we need a jdk environment.

 

    java structure content:

    

 

    The java architecture relationship is shown in the following figure:

   The java program calls the java api after compilation, generates a bytecode file, and passes the bytecode file to the jvm to run

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324776644&siteId=291194637