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
who can i handle multiple client in RMI
Why is it called buffering?
Can inner class extend any class?
How to find the given number is a prime number or not by getting input from the user
What is implicit object in java?
Why Java is not pure Object Oriented language?
What is the use of accept () method in java?
What is method with example?
How do you use find and replace?
What is java reflection?
What is meant by class?
What is the basic concept of java?
What is the maximum size of array in java?
What is the purpose of format function?
What is core java used for?