is JVM platform dependent or independent..?
Answer Posted / vikrant sharma
JVM refers to Java virtual machine.As you know JVM takes
byte code and convert it into format that is understandable
by microprocessor.Since Every machine has its own JVM like
windows has own JVM, linux has own JVM,Macintosh has
different,etc.This means JVM depends upon Operating system
that means JVM is platform dependent.But that byte code
able to run on any machine that has JVM(JRE)..
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What happens if we don’t override run method ?
Is int a class in java?
How to use string tokenizer class.
What is the significance of java packages?
What is the basic concept of java?
How can we find the sum of two linked lists using stack in java?
What is a local, member and a class variable?
What is a conditional statement explain with example?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What differences exist between iterator and listiterator?
Does the order of public and static declaration matter in main method?
Is void a data type?
What is the memory leak in java?
What are thread local variables?
What is the size of a string in java?