Difference between revisions of "Edit-Compile-Run"
From mi-linux
Jump to navigationJump to search(No difference)
|
Latest revision as of 14:17, 4 February 2007
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.