Edit-Compile-Run

From mi-linux
Jump to navigationJump to search


The Programmer enters the command/instruction into the Text Editor. Examples of Text Editors include Notepad and BlueJ. It is transferred to Source Code into the Compiler. A Compiler is a computer program that converts high-level language to a low-level language so the computer understands. The Java compiler translates Java source code into Java bytecode. The translation of the Source Code is saved as an object file.

File:E-c-r.png