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 thread life cycle in java?
What is the difference between preemptive scheduling and time slicing?
What are the types of methodology?
Is string thread safe in java?
What is proper subset?
Explain the difference between runnable and callable interface in java?
What are operators and its types?
What about anonymous inner classes in java?
Why do we need hashmap in java?
What is an immutable object? How do you create one in java?
Can a source file contain more than one class declaration?
What is the size of integer?
What is the difference between heap and stack memory?
what is the difference between process and thread? : Java thread
Wha is the output from system.out.println(“hello”+null); ?