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 purpose of using rmisecuritymanager in rmi?
Can we create a constructor in abstract class?
What are facelets templates?
Why charat is used in java?
Explain the use of shift operator in java. Can you give some examples?
What is data structure in java?
Can you use abstract and final both with a method?
When is the garbage collection used in Java?
What string is utf8?
Why are generics used?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
what are abstract functions?
What do heavy weight components mean in java programming?
How will you print number in reverse (descending) order in BST.
What is final method in java?