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 difference between path and classpath variables?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What do you mean by Hash Map and Hash Table?
How do you take thread dump in java?
What is the difference between a factory and abstract factory pattern?
How do you write a scanner class in java?
What programs use java?
What happens if constructor is private?
What is a boolean field?
Can the garbage collection be forced by any means?
Explain about the select method with an example?
Is there any sort function in java?
What is a boolean expression in java?
How infinite loop is declared?
Why is string builder not thread safe?