is JVM platform dependent or independent..?
Answer Posted / bapu
x.java file compiled by compiler.but .class file contains
source code equivalent to byte code.
But the microprocessor cannot understand byte code
instructions,neither can it execute them.Jvm can convert
byte code into machine code.JVM is not a machine-it is a
program.
jvm is system dependent.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How hashset works internally in java?
do I need to use synchronized on setvalue(int)? : Java thread
Can an interface implement another interface?
What is the purpose of return statement?
What is a classloader in java?
How do you decide when to use arraylist and linkedlist?
Can you call a method on a null object?
What is a instance variable?
What is the difference between applet and application?
What are three advantages of using functions?
What is array sorting in java?
Explain the difference between hashmap and hashtable in java?
Why null value is used in string?
How to reverse string in java?
What are the different types of data structures in java?