What is an compiled languages
In compiled languages the instructions into machine code and kept them in a separate file for later implementation. Many modern compilers can compile (parse) and implement in memory, giving the 'appearance' of an interpreted language. Though, the key difference is that parsing and implementation occurs in two distinct steps.