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 |
use of wrapper classes?
What are examples of modifiers?
To what value is a variable of the Boolean type automatically initialized?
Why for each loop is used?
What is an arraylist in java?
What happens when a main method is declared as private?
22 Answers DELL, Infosys, L&T, Sun Microsystems,
Write a program to search a number in the given list of numbers.
explain multi-threading in java?
Difference between operator overloading and function overloading
0 Answers Tavant Technologies, Virtusa,
What is visibility mode?
Can we override private constructor in java?
What do you understand by the term wrapper classes?