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 are the high-level thread states? : Java thread
What is private protected in java?
What is a container in a gui?
What does .equals do in java?
What does the exclamation mark mean in java?
What are the Main functions of Java?
What value is a variable of the string type automatically initialized?
What is the super void?
What are the library functions in java?
What is function and method in java?
How do you replace a string in java?
What are decalarations?
What is final access modifier in java?
How do you escape json?
Can java inner class be static?