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 the difference is between execute, execute Query, execute Update?
What is the string function?
Is there any case when finally will not be executed?
What are instance variables?
What is string in java with example?
Can I declare class as static or private?
what are abstract functions?
How do you join strings in java?
What are the different types of java?
Which class cannot be a subclass in java?
How do you define a method?
Are floats faster than doubles?
When is an object subject to garbage collection?
Can we use catch statement for checked exceptions?
What are parsers? Dom vs sax parser.