Answer Posted / kailas v nair
JVM means Java Virtual Machine.Java compiler only converts
source code to byte code this code can be converted to
machine code by a java virtual machine.Every OS contain
their inbuilt JVM this feature of Java helps run any java
application on any platform(platforn independance).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does microservices mean?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
Can a final method be overloaded?
What are desktop procedures?
What is arraylist class in java?
What is the difference between an inner class and a sub-class?
How does varargs work in java?
What is garbage collection? Can it be forced to run?
What do you mean by an object in java?
Explain method local inner classes ?
What is flag in java?
What is a platform?
What are encapsulation, inheritance and polymorphism?
Can you tell me range of byte?
What is java and their uses?