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 are the two types of streams offered by java 8?
what is instanceof operator used in java?
What is definition and declaration?
How many types of methods are there?
What an i/o filter in java programming?
What is the difference between Java1.4 and Java1.5
What is purpose of keyword void?
Why webdriver is an interface?
Can we make constructors static?
Which class contains a method: cloneable or object?
What is string [] java?
If a variable is declared as private, where may the variable be accessed?
What is difference between array and vector?
Which is better stringbuffer or stringbuilder?
Can two objects have same hashcode?