what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / mahmodul hasan
Compilers and interpreters have similar functions: They take
a program written in some programming language and translate
it into machine language. A compiler does the translation
all at once. It produces a complete machine language program
that can then be executed. An interpreter, on the other
hand, just translates one instruction at a time, and then
executes that instruction immediately. (Java uses a compiler
to translate java programs into Java Bytecode, which is a
machine language for the imaginary Java Virtual Machine.
Java Bytecode programs are then executed by an interpreter.)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the automatic variables for macro? : sas-macro
Difference between informat and format?
Have you used macros? For what purpose you have used? : sas-macro
What are SAS/ACCESS and SAS/CONNECT?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
Briefly explain input and put function?
what r the job openings SAS for fresher graduates !
Explain what is SAS informats?
How do you test for missing values?
What is maximum storage capability of SAS?
Of all your work, where have you been the most successful?
how do you debug and test your sas programs? : Sas programming
how can you create zero observation dataset? : Sas programming
which features do you use to check the data validations and errors? : Sas-administrator