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
Write a factorial program using recursion in java?
Variable of the boolean type is automatically initialized as?
How many types of constructors are used in java?
What is string intern in java?
What are the advantages of java inner classes?
make a method which any number and any type of argument and print sum of that arguments.....
What happens when a thread cannot acquire a lock on an object in java programming?
What is contractor means and methods?
How do you start a new line in java?
what is object-oriented programming in java?
does java support pointers?
What is the use of keywords in java?
What is nullpointerexception in java?
What are meta-annotations?
What is the difference between private & public & friendly classes?