is JVM platform dependent or independent..?
Answer Posted / kanhaiya sharma
JVM REFERS TO JAVA VERTUAL MACHINE.
MAINLY WORK OF JVM IS THAT CONVERT BYTECODE INTO MACHINE
CODE.
YES,JVM IS PLATEFORM-INDEPENDENT BACAUSE EVERY OS HAVE OWN
PRE-INSTALLED JVM THAT SUPPORTS TO JRE(JAVA RUNTIME
ENVIORMENT)AND JRE RESPONSIBLE FOR PROVIDE RUNTIME
ENVIORMENT TO EVERY OS.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is the difference between static binding and dynamic binding?
What is equlas() and hashcode() contract in java? Where does it used?
Say any two properties in beans?
Is there any case when finally will not be executed?
Can we create a class inside a class in java?
Is boolean a wrapper class in java?
What is the longest unicode character?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
Where are the card layouts used?
What are conditionals and its types?
Explain the difference between association, aggregation and inheritance relationships.
What is the java virtual machine?
Difference between keyword and identifier.
What do you mean by jjs in java8?
What is set in java?