How the Java language is compiled

Source: Internet
Author: User


The high-level computer language is divided into compiled and interpreted according to the way the program executes .

The interpreted language needs to be compiled once per execution.

As a result, interpretive languages are inefficient to implement and can be separated from specific interpreters. such as PHP


Compiled: Use a dedicated compiler to compile the source code into the machine code that the platform can execute.



Java is both a compiled and interpreted language,

The Calss file is generated after compilation and can only be performed by the JVM interpreter.

The JVM is an abstract computer.



This article is from the "Siege Lion" blog, please be sure to keep this source http://crazyzxl.blog.51cto.com/8781147/1691572

How the Java language is compiled

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.