👤

what are pros and cons of interpreted language​

Sagot :

Answer:

Advantages of interpreted languages. platform independence (Java's byte code, for example) reflection and reflective usage of the evaluator (e.g. a first-order eval function) dynamic typing. ease of debugging (it is easier to get source code information in interpreted languages)

Explanation: