Computer Science, asked by Aaryan102604, 1 year ago

What is the difference between an interpreter language and a compiled language in Java???
NO SPAMMING​

Answers

Answered by siddhartharao77
6

Difference between interpreter language and compiled language:

(i) Compiler - Takes entire program as input.

(ii) Interpreter - Takes single instruction as input.

(i) Compiler - Generate intermediate code as object code.

(ii) Interpreter - Does not generate intermediate code.

(i) Compiler - Debugging is comparatively difficult.

(ii) Interpreter - Debugging is easy!

(i) Compiler - Conditional control statements executes faster.

(ii) Interpreter - Executes slower.

(i) Compiler - Takes more times to analyze but execution time is faster.

(ii) Interpreter - Takes less time to analyze but execution time is slower.

Hope it helps!


Aaryan102604: thnx brother
siddhartharao77: Welcome
Aaryan102604: r u a mod??
siddhartharao77: Yes
Similar questions