What is the difference between interpreter and compiling ?

Answers were Sorted based on User's Feedback



What is the difference between interpreter and compiling ?..

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

What is the difference between interpreter and compiling ?..

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

Post New Answer

More Core Java Interview Questions

java is puerly object oriented or not ?

5 Answers  


When do we need to use internal iteration? When do we need to use external iteration?

0 Answers  


What is the use of put method?

0 Answers  


What java is used for?

0 Answers  


What is consumer in java?

0 Answers  






what is difference between Interface and abstract class

2 Answers   GCPL,


What is the range of the short type?

0 Answers  


Is singleton set an interval?

0 Answers  


What is the purpose of using bufferedinputstream and bufferedoutputstream classes?

0 Answers  


When will you define a method as static?

0 Answers  


Implementations of set interface?

0 Answers  


Is java a compiler?

0 Answers  


Categories