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
According to java operator precedence, which operator is considered to be with highest precedence?
What do you know about the garbage collector?
What is module in project?
When do we need to use internal iteration? When do we need to use external iteration?
Why Java doesn’t support multiple inheritance?
What are recursive functions? Give some examples?
What is procedure overloading?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
how do I create a runnable with inheritance? : Java thread
What is variable explain with example?
Can you declare the main method as final?
Why inputstreamreader is used in java?
What is immutable state?
What is the difference between static binding and dynamic binding?
What is int lol?