What is the difference between interpreter and compiling ?
Answer Posted / charan sai
Compiler: whole program executes at once and displays all
errors and warnings.
Interpretors: Program executes line by line. If we will get
error, execution stops at that line.
Both Interpreter and compile will convert source code to
Byte code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you make a constructor final?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
Compare overloading and overriding?
What do you understand by the term singleton?
Does collectionutils isempty check for null?
What is the purpose of the main method?
Do loops java?
What about main() method in java ?
What is sortedmap interface?
What are strings in physics?
Is there any sort function in java?
What is the difference between comparison done by equals method and == operator?
Is java a virus?
Why does my function print none?
Explain about interthread communication and how it takes place in java?