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
Can an interface be defined inside a class?
Is heap stored in ram?
What is string and its types?
Is array size fixed in java?
Can we extend a class with private constructor?
Why are lists ordered in java?
What is the file type?
What do you mean by jjs in java8?
What are 3 boolean operators?
Will minecraft java be discontinued?
Is a method a function?
Compare overloading and overriding?
What is meant by structural programming?
What is the public method modifier?
What is a Presistent Object?