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


Please Help Members By Posting Answers For Below Questions

Define a java class.

1105


Are arrays immutable in java?

763


how to convert Java project into Maven ?

814


Is a string literal?

752


Are arrays static in java?

813


Explain about data types?

791


What is procedure overloading?

2042


What does java final mean?

742


What is the difference between an if statement and a switch statement?

905


I want to persist data of objects for later use. What’s the best approach to do so?

720


What are benefits of java?

821


You're given a Boolean 2D matrix, can you find the number of islands?

873


Write an algorithm for quick sort?

823


What is an i/o filter?

1246


Explain about the interpreter in java?

846