What is the difference between interpreter and compiling ?
Answer Posted / guest
Interpreter is used to execute the program after the
completion of a compilation process.
Compiler compiles the program that is it converts the java
file into class file.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between JDBC 1.0 and JDBC 2.0?
What is a parameter example?
What is included in core java?
What are the data types supported by java?
What are advantages of using Java?s layout managers than windowing systems?
What exactly is java?
What are the restrictions imposed on method overriding?
What are static initalizers in java ?
Explain the access modifiers for a class, method and variables?
What are the types of inner classes (non-static nested class) used in java?
What are the differences between checked exception and unchecked exception?
What is annotation in java?
Do we need to manually write Copy Constructor?
What is the primitive type byte?
When can an object reference be cast to an interface reference in java programming?