What is the difference between interpreter and compiling ?
Answer Posted / nanda kishore
Compiler: Converts Java code into Byte Code.
Interpreter: Converts Byte Code into Machine(Operating System) dependend Code .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is composition in java?
What is mean by collections in java?
Can you explain the private protected field modifier?
What is string args [] in java?
How to connect to a remote database using Applet?
What initialize variables?
What is the purpose of garbage collection in java? When is it used?
What will happen if a thrown exception is not handled?
If goto and const is reserve words than why it is not work in java?
What is the final blank variable?
Can we declare a static variable inside a method?
What type of variable is error flag?
Why put method is idempotent?
What is method in research paper?
What do you mean by of string::valueof expression in java 8?