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
What are the ways in which macro variables can be created in sas programming?
Explain by-group processing?
Which statement does not perform automatic conversions in comparisons?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What are the default statistics for means procedure?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
what are _numeric_ and _character_ and what do they do? : Sas programming
Describe 5 ways to do a “table lookup” in SAS?
What is the basic syntax style in SAS?
what is the purpose of _error_? : Sas programming
what is program data vector? : Sas-administrator
what is sas database server? : Sas-di
What are the limitations for memory allocation for SAS variables
How to limit decimal places for the variable using proc means?
What is the basic structure of a sas program?