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 skeleton and stub? What is the purpose of those?
How do you change an int to a string?
What is a boolean structure?
How do you sort a string in java?
Is there any limitation of using inheritance?
Explain about map interface in java?
What is return in java?
What is a type parameter in java?
What is math in java?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What is difference in between java class and bean?
What are methods of a class?
What is comparable and comparator interface? List their differences
In a container there are 5 components. I want to display all the component names, how will you do that?
Difference between abstract and concrete class ?