In which language JVM (Java Virtual Machine) is implemented
Answer Posted / vimal tyagi
JVM is an interpreter.The Java Virtual Machine Specification
defines an abstract -- rather than a real -- machine or
processor. The Specification specifies an instruction set, a
set of registers, a stack, a "garbage heap," and a method area.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Why deletion in linkedlist is fast than arraylist?
Is arraylist zero based?
Can a abstract class be defined without any abstract methods?
Can java hashmap have duplicate keys?
What is run time allocation?
Is int a class in java?
What is thread synchronization in java?
How do you find the maximum number from an array without comparing and sorting?
What are different types of classloaders?
What is the same as procedures?
What is a lambda expression ? What's its use ?
What is the difference between the prefix and postfix forms of the ++ operator?
What is fundamental datatype?
What are different types of states exist for a thread?
What is the difference between Array and Hash Table?