Jvm and jvm virtual machines

Source: Internet
Author: User

Jvm and jvm virtual machines

What is the relationship between jvm and jre?

JRE: Java Runtime Environment,Includes Java virtual machines(Jvm)Java core class library and supporting files. It does not containIn JDKDevelopment tools, such as Compilers, Debugger, and other tools. So the relationship is clear at a glance.

JVM includes:
Two subsystems:

Class loader

Execution engine

Class Loader category: startup, other (extensions, applications, custom)

 


Two components:

Runtime data area

Native interface local method


What is the JVM principle?

To put it simply, you can think of JVM as a complete custom command system, which completes the coding and interpretation of commands, if you want to understand it thoroughly, I recommend you read the JVM source code or read some books on the implementation principles of virtual machines.
 
What is the JVM principle?

To put it simply, you can think of JVM as a complete custom command system, which completes the coding and interpretation of commands, if you want to understand it thoroughly, I recommend you read the JVM source code or read some books on the implementation principles of virtual machines.
 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.