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 the purpose of finalization in java programming?
What is the use of static methods?
What is java util collection?
What super () does in java?
extending thread class or implementing runnable interface. Which is better? : Java thread
How does linkedlist work in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Is null an object java?
Why we used vector class?
Can arraylist contain null values?
What is unmodifiable list in java?
How variables are declared?
In the below example, what will be the output?
What are the differences between heap and stack memory in java?
What is definition and declaration?