ICSE Class 10 Computer Applications
Question 4 of 15
Introduction to Java — Question 5
Back to all questions 5
Question Question 5
What is the difference between an interpreted language and a compiled language?
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.