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
What happens to the Exception object after handling an exception?
What is an example of a keyword?
Can you override static methods?
What are java packages?
Can we override private methods?
What does arrays sort do in java?
What are the differences between abstract class and interface?
What is a conditional equation?
What is the memory leak in java?
How do you check if a character in a string is a digit or letter?
What is a byte string?
What is an error in java?
Can we override the private methods?
What is the meaning of immutable regarding string?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)