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


Please Help Members By Posting Answers For Below Questions

What is the purpose of finalization in java programming?

791


What is the use of static methods?

798


What is java util collection?

764


What super () does in java?

670


extending thread class or implementing runnable interface. Which is better? : Java thread

782


How does linkedlist work in java?

703


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

734


Is null an object java?

743


Why we used vector class?

822


Can arraylist contain null values?

756


What is unmodifiable list in java?

725


How variables are declared?

732


In the below example, what will be the output?

800


What are the differences between heap and stack memory in java?

766


What is definition and declaration?

741