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
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is collection class in java? List down its methods and interfaces.
Why does java not support pointers?
How do you ensure that n threads can access n resources without deadlock?
What is the use of :: in java?
Do I need java on my computer?
Should a main method be compulsorily declared in all java classes?
What is variable length arguments in java?
What is the use of put method?
Why null value is used in string?
What are measurable parameters?
How do you create immutable object in java?
what is bmg file and how to create that files?what will it contailn?
What is the flag in java?
What do you mean by static variable?