In which language JVM (Java Virtual Machine) is implemented
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
What is meant by controls and types?
What is collection sort in java?
How to make a class or a bean serializable?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
How do you declare a destructor in java?
What is difference between abstract class & final class
Can a class be private in java?
What is a protected class in java?
Compare overloading and overriding?
extending thread class or implementing runnable interface. Which is better? : Java thread
What are the uses of java?
what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.........)