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
How to sort numbers in java without array?
What do you mean by Hash Map and Hash Table?
What is stack class in java?
Is java owned by oracle?
What data type is true or false?
What language is an assembler written in?
What are the advantages of functions?
What is an example of a boolean?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is default switch case? Give example.
Explain the difference between runnable and callable interface in java?
What's the default access specifier for variables and methods of a class?
What is mysql driver class name?
What is java thread dump, how can we get java thread dump of a program?
What is difference between iterator access and index access?