What is the difference between interpreter and compiling ?
Answers were Sorted based on User's Feedback
Answer / muneeswari
interpreter:it executes programs line by line.
compiler: it executes entire program
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / raj dhakad
compiler compiles whole block of program at a time whereas
interpreter it interpretes one line at a time.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vivek
iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
compiler converts the source code into byte code to
interpret by the interpreter.
interpreter executes the byte code and produces the output.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / natasha verma
The compiler reports to its user the presence of errors in
the source program.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / charan sai
Compiler: whole program executes at once and displays all
errors and warnings.
Interpretors: Program executes line by line. If we will get
error, execution stops at that line.
Both Interpreter and compile will convert source code to
Byte code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Compiler: Converts Java code into Byte Code.
Interpreter: Converts Byte Code into Machine(Operating System) dependend Code .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deepakkumar1887
if the source program consist any preprocessor instructions then we need interpreter, otherwise we should use compiler for fresh translator.
| Is This Answer Correct ? | 3 Yes | 5 No |
What do heavy weight components mean in java programming?
Can we sort set in java?
What is the purpose of main function in java?
what is synchronization? : Java thread
What is class variable java?
What is the smallest package in Java API?
Can a class extend 2 classes in java?
What is classes in java?
How many threads can java run?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
what are the different access specifiers that can be used by interfaces and abstract classes? can anyone give me detailed description on this
11 Answers IBM, L&T,
How to add menushortcut to menu item?