
Java
Examples of languages that are compiled: C, C++, Java
An interpreter will read your source code, usually line by line, and execute each command one at a time. This is slower and less efficient, but very good for teaching programming.
Examples of languages that are interpreted: Basic, Turing, Logo
A compiler translates a high-level language to a low level language all at once. An interpreter only translates one high-level statement at a time.
Copyright © 2026 eLLeNow.com All Rights Reserved.