What is the difference between interpreter and compiling ?
Answer Posted / vivek
iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
compiler converts the source code into byte code to
interpret by the interpreter.
interpreter executes the byte code and produces the output.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How do you check if a string is lexicographically in java?
What is proper subset?
Is it possible to instantiate the abstract class?
How to implement an arraylist in java?
What are constants and how to create constants in java?
What languages are pass by reference?
What is a parameter in matrices?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
In which order the iterator iterates over collection?
What is the purpose of void class?
Can variables be used in java without initialization?
How can constructor chaining be done using this keyword?
What will happen to the exception object after exception handling?
What is default exception handling in java?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?