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 modify the throws clause of the superclass method while overriding it in the subclass?
Can we override private methods?
What is parsing in java?
What methodology can be utilized to link to a database?
What is difference between overloading and overriding in java?
How define set in java?
Can an integer be null java?
Can memory leak in java?
What is private static in java?
What is the purpose of finalization in java programming?
Is string a wrapper class?
What do you mean by local variable and instance variable?
What is a methodologist?
In java, how we can disallow serialization of variables?
What is struts in java?