What is the difference between interpreter and compiling ?
Answer Posted / muneeswari
interpreter:it executes programs line by line.
compiler: it executes entire program
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is unicode with example?
What is overriding in java?
Which eclipse is best for java?
What is a Null object?
Can static methods access instance variables in java?
What are synchronized blocks in java?
What is difference between static class and singleton pattern?
What is a arraylist in java?
What is a finally block?
What is a null point?
Why is a string immutable?
How java uses the string and stringbuffer classes?
What do u mean by variable?
What is a finally block? Is there a case when finally will not execute?
Can we have multiple catch block for a try block?