laitimes

Source programs written in high-level languages must also be compiled and connected, converted into machine language programs submitted to a computer for execution, or converted into an intermediate code through an interpreted program

author:Teach yourself Java from scratch

Source programs written in high-level languages must also be compiled and connected, converted into machine language programs submitted to a computer for execution, or converted into an intermediate code that is run through interpreter interpretation.

No matter what language you program in, the programs that end up executing in computer hardware are made up of machine language instructions, so assembly language is the closest thing to computer hardware.

Read on