what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / vedavyas
The main difference between an compiler and an interpreter
is that a compiler executes the program entirely at a time
and that of a interpreter is that it goes on line by line
storing each lines output separately i.e interpreter
executes only when there is a need for the execution. the
best example of a software product is that acts as an
interpreter is a JVM which is nothing but a interpreter. lot
of them say that java is a language but there as as many
proofs that argue that java is a package to those who say it
a language.
* one more diff. is that the time of execution of a compiler
is very high when compared to an interpreter .........
| Is This Answer Correct ? | 54 Yes | 25 No |
Post New Answer View All Answers
Which statement does not perform automatic conversions in comparisons?
how to debug and test the sas program? : Sas-administrator
What would be the value of month at the end of data step execution and how many observations would be there?
What are common programming errors committed in sas
What’s the difference between var b1 – b3 and var b1 — b3?
Have you ever used the SAS Debugger?
How do dates work in sas?
What is the function of output statement in a SAS Program?
what is hash files in sas and why we are using this one in sas?
what is the difference between infile and input? : Sas-administrator
For clinical entire study how many tables will create approx?
What are the new features included in the new version of SAS Programming Language?
How to sort in descending order?
Mention what is the difference between nodupkey and nodup options?
Mention the validation tools used in SAS?