In which language JVM (Java Virtual Machine) is implemented

Answers were Sorted based on User's Feedback



In which language JVM (Java Virtual Machine) is implemented..

Answer / sudhagottam

JVM is implemented in C language, jvm is platform dependent.
sunmicrosystems provides different jvm's for diffrent
operating systems.

Is This Answer Correct ?    16 Yes 11 No

In which language JVM (Java Virtual Machine) is implemented..

Answer / 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

In which language JVM (Java Virtual Machine) is implemented..

Answer / manasa

JVM is a java virtual machine....
it is a compiler n also a interpreter...
it translates into such a language that is understood by
that software java....
it is implemented in java......

Is This Answer Correct ?    1 Yes 1 No

In which language JVM (Java Virtual Machine) is implemented..

Answer / shreya tanavade

JVM is a complier...and compiler in java is written in ANSI C which makes it portable...

Is This Answer Correct ?    0 Yes 0 No

In which language JVM (Java Virtual Machine) is implemented..

Answer / sandeep sharma

Basically JVM is an interpreter..
it interprets the byte code
But it can also acts as an compiler
VM has both JIT compiler and interpreter to speed up the
execution process
Internally it maintains HOTSPOT algorithm to execute code
if loops are there it takes process by compiler otherwise it
takes interpreter

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

What is a parameter in simple terms?

0 Answers  


Are true and false keywords?

0 Answers  


When should I use singleton?

0 Answers  


Can you pass by reference in java?

0 Answers  


How will you convert an ArrayList to Arrays?

4 Answers   KPIT,


JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu

9 Answers   Huawei,


Can a static member function access member variable of an object?

0 Answers   Virtusa,


why we cannot declare static variable inside a static method

4 Answers  


What are order of precedence and associativity, and how are they used?

1 Answers  


what are the major differences between jdk1.4 and jdk1.5?

2 Answers   Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,


What is incompatible types in java?

0 Answers  


What is private static in java?

0 Answers  


Categories