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
Explain java code for recursive solution's base case?
What is a finally block? Is there a case when finally will not execute?
Give example to differentiate between call by value and call by reference.
Does java support multiple inheritances?
What is keyword in oop?
Explain static nested classes ?
java program with complete 4 oops concepts implemented example
Can we serialize arraylist in java?
What does exp mean in math?
How do you print array in java?
Is vector synchronized in java?
Explain the difference between jdk, jre, and jvm?
Describe the various concepts related to object oriented programming (oop).
What is the benefit of using enum to declare a constant?
What is methods in java?