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
Explain the transient field modifier?
Can we override data members in java?
What is the java reflection api? Why it’s so important to have?
What's the difference between an abstract class and interface in java?
What are white spaces in java?
What is command line argument
How do I enable java in safari?
What are the two types of java?
What is boolean logic?
What is a buffer in computer?
Which types of exceptions are caught at compile time?
Differentiate between stringbuffer and stringbuilder in java.
What is the difference between variable & constant?
What is a default method?
What modifiers may be used with a top-level class?