is JVM platform dependent or independent..?
Answer Posted / ravi
Java "the language" is platform-independent. To make it so,
there is a platform-specific JRE that knows how to run the
platform-independent Java code on a specific platform.
The JVM could be called platform-independent because it
produces the same results running the same Java code on
different platform(). It is however (at least partially)
implemented as a platform-dependent executable.
| Is This Answer Correct ? | 44 Yes | 36 No |
Post New Answer View All Answers
Which is best ide for java?
Can there be an abstract method without an abstract class?
Explain the use of javap tool.
What is the purpose of skeleton and stub?
What is integers and example?
Can we override the private methods?
What is enhanced loop in java?
What is better- service oriented or batch oriented solutions?
What is a generic type?
What is a char in java?
How can we use primitive data types as objects?
Why we used break and continue statement in java?
How many types of methods are there?
Which variables are stored in heap?
why using interface interface ?