What is the difference between interpreter and compiling ?
Answers were Sorted based on User's Feedback
Answer / satish chaurasia
interpreter : a program written in source language can be
understood and executed by the CPU line by line.As the
first line is encountered by the interpreter, it is
translated and executed. same next line executed.
Whereas
A compiler translates a complete source program into
machine code. means it converts the .java file into .class
file.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
how to create an applet
What is a method in programming?
Write an algorithm for quick sort?
Can we write any code after throw statement?
What is run-time class and system class? what is their purpose?
Describe how to implement singleton design pattern in struts.
What is difference between fail-fast and fail-safe?
How to find the given number is a prime number or not by getting input from the user
What does microservices mean?
Why main() method is public, static and void in java ?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
Difference between operator overloading and function overloading
0 Answers Tavant Technologies, Virtusa,