What is the difference between interpreter and compiling ?
Answer Posted / 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 |
Post New Answer View All Answers
When should a function throw an exception?
What are the types of arrays in java?
What is super constructor?
How to sort a collection of custom Objects in Java?
Differentiate between array list and vector in java.
How does arraylist size increase in java?
Can we create constructor in abstract class ?
What are the differences between this and super keyword?
What are the five major types of reference sources?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
What is a condition in programming?
Why stringbuffer is faster than string?
Why multiple inheritance is not supported by java?
What do you mean by ternary operator in java?
explain different ways of using thread? : Java thread