What is the difference between interpreter and compiling ?
Answer Posted / raj dhakad
compiler compiles whole block of program at a time whereas
interpreter it interpretes one line at a time.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can we rethrow the same exception from catch handler?
What is a class in java?
What is a flag value?
What is a default constraint?
What is a private class in java?
Why java is said to be pass-by-value ?
How do you override a method in java?
What is meant by 'bit masking' in java?
How do you do exponents in java?
What is polymorphism java example?
How many techniques can be employed to create a string object?
What is the difference between final, finally and finalize()?
How can you make a class serializable in java?
Is passing by reference faster?
Why there are some null interface in java? What does it mean?