In which language JVM (Java Virtual Machine) is implemented
Answer Posted / 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 |
Post New Answer View All Answers
State differences between C and Java?
can any body body expalin best definitions & best real time exaples for opps concepts.
What is the benefit of singleton pattern?
Variable of the boolean type is automatically initialized as?
Which collections are thread safe in java?
Define nashorn in java8.
If try block is successfully executed, Then Is Finally block executed?
What is immutable class in java?
Can java cast null?
What environment variables do I need to set on my machine in order to be able to run java programs?
What is the purpose of a default constructor?
What do bitwise operators do?
Explain java code for recursive solution's base case?
What is illegal identifier in java?
How does a for loop work?