In which language JVM (Java Virtual Machine) is implemented
Answer Posted / sandeep sharma
Basically JVM is an interpreter..
it interprets the byte code
But it can also acts as an compiler
VM has both JIT compiler and interpreter to speed up the
execution process
Internally it maintains HOTSPOT algorithm to execute code
if loops are there it takes process by compiler otherwise it
takes interpreter
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is difference between iterator and enumeration in java?
What is difference between ++ I and I ++ in java?
Can inner class have constructor?
What are the ways in which a thread can enter the waiting state?
Why vector class is used?
What are 3 boolean operators?
What is a constructor overloading in java?
How do you change an int to a string?
What are "methods" and "fields"?
Can java list be null?
How many bytes is double?
Is java ee a framework?
What is meant by inheritance and what are its advantages?
does java support pointers?
How do you define a variable?