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 does nullpointerexception mean?
What is tree node in java?
What is method overloading in java ?
What technique can be employed to compare two strings?
Why java is used everywhere?
Does a class inherit the constructors of its superclass in java programming?
What is a buffer in java?
How to split arraylist elements in java?
Write a program in java to create a doubly linked list containing n nodes.
Give any two differences between C++ and java.
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is a ternary operator in java?
How many bytes is a string in java?
How many bytes are a float?
What is the transient keyword?