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
What differences exist between iterator and listiterator?
What is meant by method?
Why is static used?
What is Garbage Collection in Java
What is the use of java?
Why do people says “java is robust”?
What will happen if static modifier is removed from the signature of the main method?
How many types of string data types are there?
Can you sort a string in java?
What are the advantages of java over C++?
What does || mean in code?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
Are functions objects in java?
What are the different types of constructor?
Explain about assignment statement?