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

how are methods defined?

0 Answers  


What is the difference between stringbuffer and stringbuilder?

0 Answers  


which class is the wait() method defined in? : Java thread

0 Answers  


What is binary search in java?

0 Answers  


how to make a un-checked exception as a checked exception one.

2 Answers  






What is java full form?

0 Answers  


What methodology can be employed to locate substrings inside a string?

0 Answers  


What modifiers can be used with a local inner class?

2 Answers  


how to make the double-tone class ? as we have singletone class..?

1 Answers   IBM, Microsoft,


which swing component is similar to rich text box in .net/vb

1 Answers  


What is anti pattern in java?

0 Answers  


what is the difference between HashMap and Hashtable

17 Answers   Value Labs, Virtusa,


Categories