Deep Research on Java Virtual machine

Source: Internet
Author: User

Java technology and Java virtual machines

The Java programming language is the first thought of Java, but in fact Java is a technology that consists of four aspects: the Java programming language, the Java class file format, the Java Virtual machine, and the Java application interface (Java API). Their relationships are shown in the following illustration:

Figure 1 Java four aspects of the relationship

The runtime environment represents the Java platform in which developers write Java code (. java files) and compile them into bytecode (. class files). The last byte code is loaded into memory, and once the bytecode enters the virtual machine, it is interpreted by the interpreter, or it is chosen by the Instant code generator to be converted into machine code execution. As you can see from the image above, the Java platform is built from Java virtual machines and Java application interfaces, and the Java language is the gateway to this platform, and programs written and compiled in the Java language can run on this platform. The structure of this platform is shown in the following illustration:

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.