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 math floor () do?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What does || mean in code?
What are the files generated after using IDL to java compiler?
How do you remove duplicates in java?
Does java map allow duplicates?
What is the implementation of destroy method in java. Is it native or java code?
What is fail fast in java?
Is ++ operator is thread safe in java?
What happens when you add a double value to a string?
What is the difference between the boolean & operator and the && operator in java programming?
Is static a keyword in java?
What are advantages of using Java?s layout managers than windowing systems?
What do bitwise operators do?
Can a class be declared as protected?