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
'A class is a template for an object' explain this statement.
What are the different types of data structures in java?
How many bytes is double?
What are the characteristics of java?
What interface is extended by awt event listeners?
What are sets in java?
Can you sort a string in java?
What is the difference between preparedstatement and statement in java?
What is a buffer in java?
How many characters is 16 bytes?
Explain some best practices you would apply while using collection in java?
How is Object Oriented Programming different from Procedure Oriented Programming?
how can you take care of mutual exclusion using java threads? : Java thread
How to perform bubble sort in java?
Is it possible to specify multiple jndi names when deploying an ejb?