Computer Applications
Distinguish between Compiler and Interpreter
Values & Data Types Java
91 Likes
Answer
| Compiler | Interpreter | 
|---|---|
| It translates the whole source program into target program at once. | It translates the source program into target program one line at a time. | 
| All the errors found during compilation are displayed together at once. | Errors are displayed line by line as each line is translated and executed. | 
Answered By
56 Likes