What is the difference between an interpreted language and a compiled language?
Java Intro
20 Likes
Answer
Program written in an interpreted language is converted into machine code line by line and executed one line at a time whereas program written in a compiled language is converted into machine code all at once and executed.