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
What is the use of string and stringbuffer?
Can we declare main () method as non static?
What is int argc char * argv?
What is procedure overloading?
What is the purpose of final keyword and when to use it?
List some java keywords sun like c, c + + keywords?
What is set string?
Is integer immutable in java?
Can I declare class as static or private?
What is keyword and identifier?
How list contains works in java?
What is the significance of continue jump statement? Explain with an example.
What are the two types of streams offered by java 8?
Can you have two constructors in java?
What is the memory leak in java?