Home  >  Article  >  Java  >  Is Java an assembly language?

Is Java an assembly language?

(*-*)浩
(*-*)浩Original
2019-05-05 15:55:1310814browse

This article will solve your doubts and let you understand the difference between Java and assembly language.

Is Java an assembly language?

Recommended course: Java Tutorial.

Computer languages ​​can be divided from low-level to high-level:

Machine language, that is, a language that can be recognized by machine hardware composed of 0 and 1;

Low-level language, that is, assembly language

Intermediate language, such as C language

High-level language, such as C, JAVA, C#, etc.

Assembly language is a machine language composed of 0 and 1 that is expressed in English codes with simple semantics to facilitate understanding and programming by programmers. Assembly language is usually used for direct manipulation of hardware.

Since the program written in assembly language is very small, usually the core code in the program, which controls the hardware, can be written in assembly language. On the one hand, it is safe, and on the other hand, it improves operation. speed. For computer beginners, they should start by learning intermediate and high-level languages, such as c language, vb, java, etc. If you want to learn how to program, learning one or two high-level languages ​​is enough.

If you have mastered basic programming skills, it is best to learn the basic working principles of data structures, operating systems, and computer hardware in order to optimize the programs you write and improve safety and operational efficiency.

If you want to engage in more advanced development work, you may need to learn assembly language.

In colleges and universities, assembly language is a required course for students majoring in computer technology, while assembly language is not required for students majoring in software engineering.

As for the difference between assembly and programming, it is obvious that assembly language is a language used to write certain programs. Programming is the process in which programmers write programs in a certain language.

So it is very clear that Java is a high-level language, not an assembly language.

The above is the detailed content of Is Java an assembly language?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn