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 are the properties of thread?
Why does it take so much time to access an applet having swing components the first time?
When is an object subject to garbage collection?
Why pointers are not used in java?
Can we able to pass objects as an arguments in java?
Tell us something about set interface.
Can we sort hashset in java?
Why are parameters used in functions?
What are pass by reference and pass by value?
Can we pass null as argument in java?
What is the difference between class & structure?
How do you convert int to char in java?
What is <> used for in java?
How is string stored in java?
Does java support multiple inheritances?