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

Explain wrapper classes in java?

756


What are the restrictions that are applied to the java static methods?

760


Which collection does not allow duplicates in java?

708


what are synchronized methods and synchronized statements? : Java thread

778


What are the types of web technologies?

775


What are strings in physics?

768


What are the major advantages of internal iteration over external iteration?

828


How to reverse string in java?

855


What is the difference between path and classpath variables?

724


what is method reference in java 8?

769


How to reverse a string in java?

762


What is JVM and is it platform independent?

776


What is return code?

767


What are internal and external variables?

728


What are the two basic ways in which classes that can be run as threads may be defined?

817