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
What is qualitative variable?
Write code to implement bubble sort in java?
What are locale settings?
What is an immutable class?
What are desktop procedures?
How do you convert bytes to character in java?
What are internal variables?
What function extracts specified characters from a string?
What is the meaning of 3 dots in java?
Is string is a class in java?
What is static keyword in java?
What is immutable in java?
What is the use of :: in java?
What is the use of static methods?
Which collections are thread safe in java?