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 do you calculate square roots?
What are three types of loops in java?
What is used of static keyword in java?
What is the size of a string in java?
What is primitive array?
What are the different collection views provided by maps?
What do you mean by local class?
What is a vararg?
What does singleton class mean?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
Is a class subclass of itself?
How do singleton patterns work?
Tell me the latest versions in java related areas?
How do I start learning java?
What is the final class modifier?