What is the difference between interpreter and compiling ?
Answer Posted / nanda kishore
Compiler: Converts Java code into Byte Code.
Interpreter: Converts Byte Code into Machine(Operating System) dependend Code .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by global variable?
What is meant by JVM? Is JVM platform independent or not?
What are the different approaches to implement a function to generate a random number?
Does chrome use java?
What is the function of http?
What are serialization and deserialization?
What is the this keyword?
What is meant by vector class, dictionary class, hash table class, and property class?
What is the difference between length and length() method in java?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
Is 64bit faster than 32 bit?
What is finalize method?
How do you add an element to an arraylist in java?
what is meant by abstract class?
What is procedure overloading?