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 is printwriter in java?
What is a stringbuffer?
What exceptions occur during serialization?
What do you mean by composition in java?
Is array passed by reference in java?
In java, how many ways you can take input from the console?
What is a bufferedreader?
What is multi level inheritance in java?
Which java ide is used the most?
What is the difference between call by reference and call by pointer?
What is difference between string and new string?
What is the difference between state-based unit testing and interaction-based unit testing?
What is the difference between stored procedure & function?
What are the differences between heap and stack memory?
Define array. Tell me about 2-D array.