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 It is possible to synchronize the constructor of a Java Class?
What access modifiers can be used for class ?
What is a nullable field?
What is the difference between serial and throughput garbage collector?
What is a local block?
What are the different types of data structures in java?
How do you sort an array in java?
List any five features of java?
What are the difference between composition and inheritance in java?
What do you understand by the term wrapper classes?
What is the difference between interface & abstract class?
Can a class with private constructor be extended?
What is an example of a boolean?
when should you use stringbuilder class in a program?
Is java based on c?