In which language JVM (Java Virtual Machine) is implemented
Answer Posted / 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 |
Post New Answer View All Answers
What does opcode mean?
What are the methods of object class ?
Why is a constant variable important?
Can we override private method?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What is java and their uses?
What is the java idl system?
Can you add null to a list java?
Why java is call by value?
Explain about narrowing conversion in java?
Why parsing is done?
Similarity and difference between static block and static method ?
Write a program to reverse array in place?
What is meant by binding in rmi?
What do the thread?class methods run() and start() do?