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
Define a java class.
Are arrays immutable in java?
how to convert Java project into Maven ?
Is a string literal?
Are arrays static in java?
Explain about data types?
What is procedure overloading?
What does java final mean?
What is the difference between an if statement and a switch statement?
I want to persist data of objects for later use. What’s the best approach to do so?
What are benefits of java?
You're given a Boolean 2D matrix, can you find the number of islands?
Write an algorithm for quick sort?
What is an i/o filter?
Explain about the interpreter in java?