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
What are the steps that are followed when two computers connect through tcp?
How do you calculate square roots?
what are abstract functions?
What is the Concept of Encapsulation in OOPS
When we should use serialization?
What does n mean?
What is the difference between java applets and applications?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
How are this() and super() used with constructors in java programming?
What is hash table in java?
Is c better than java?
What is difference between overloading and overriding in java?
Is void a type?
What is protected access modifier?
Can you start a thread twice in Java?