is JVM platform dependent or independent..?
Answer Posted / vamsi
JVM refers Java Virtual Machine. JVM is a program which
will convert byte code instructions into machine language
instructions understandable by Micro processor. Java
program write once, later on run anywhere.
JVM is a system dependent, because it was developed in C
language, where as class file is a system independent.
Sun Microsystems has developed different JVMs for different
operating systems. Hence, you can write a single Java
program and generate the class file which can be executed
on any other operating system.
note# let us know if iam wrong.
| Is This Answer Correct ? | 126 Yes | 13 No |
Post New Answer View All Answers
Does every java program need a main?
What does the “final” keyword mean in front of a variable? A method? A class?
What is the purpose of sizeof operator?
What is a map? What are the implementations of map?
What are the pillars of java?
What is the difference between array list and vector in java?
What is a vararg?
What is immutable state?
What are the types of java languages?
Explain reverse a linked list recursive java solution?
What is anti pattern in cyber security?
List implementations of list interface?
Java is Pass by Value or Pass by Reference?
Explain the difference between jvm and jre?
Is java 11 paid version?