What is the difference between interpreter and compiling ?
Answer Posted / 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 |
Post New Answer View All Answers
How do you trim a space in java?
What are the advantages and disadvantages of reference counting in garbage collection?
Explain the differences between static and dynamic variables?
What is a loop java?
What methods are used to get and set the text label displayed by a button object?
What is a void method?
Define inheritance with reference to java.
What is the difference between a loader and a compiler?
What is default exception handling in java?
What is string buffer?
Is space a character in java?
How many bits is a string?
What is java string pool?
Implement a stack with push (), pop() and min() in O(1) time.
What is java and why do we need it? Explain