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
Explain wrapper classes in java?
What are the restrictions that are applied to the java static methods?
Which collection does not allow duplicates in java?
what are synchronized methods and synchronized statements? : Java thread
What are the types of web technologies?
What are strings in physics?
What are the major advantages of internal iteration over external iteration?
How to reverse string in java?
What is the difference between path and classpath variables?
what is method reference in java 8?
How to reverse a string in java?
What is JVM and is it platform independent?
What is return code?
What are internal and external variables?
What are the two basic ways in which classes that can be run as threads may be defined?