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 much is a java license?
What is scope & storage allocation of global and extern variables? Explain with an example
How will you create the class for the following scenario? Employees under one employee?
How to pass arraylist to stored procedure in java?
how to write a program for sending mails between client and server
Can we have multiple classes in single file ?
What is hashing in java?
What is string variable?
Can a main method be overloaded?
What is the generic class?
How do you call a reference in java?
What are different ways of object creation in java ?