What is the difference between interpreter and compiling ?
Answers were Sorted based on User's Feedback
Answer / satish chaurasia
interpreter : a program written in source language can be
understood and executed by the CPU line by line.As the
first line is encountered by the interpreter, it is
translated and executed. same next line executed.
Whereas
A compiler translates a complete source program into
machine code. means it converts the .java file into .class
file.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / guest
Interpreter is used to execute the program after the
completion of a compilation process.
Compiler compiles the program that is it converts the java
file into class file.
| Is This Answer Correct ? | 0 Yes | 3 No |
What are static variables and functions?
Why we use methods in java?
whats the life cycle of jsp
Can you give names of Container classes?
What is difference between ++ I and I ++ in java?
What is an association?
Can we override final method?
Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?
What are operators and its types?
What is parsing a sentence?
How would you use Bubble Sort to sort the number of elements?
What is hash in java?