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
What do you mean Abstraction in java?
What is difference between checked and unchecked exception in java?
Are arrays passed by reference in java?
What is an iterator interface in java programming?
Why map is used in java?
Explain about OOPS concepts and fundamentals.
What does function identity () do?
What is final method?
Write a function to find out longest palindrome in a given string?
What causes memory leaks in java?
What is the dot operator?
What is linkedlist in java?
What is bigger kb or mb?
How do you format in java?
What is variable and rules of variable?