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


Please Help Members By Posting Answers For Below Questions

who can i handle multiple client in RMI

1433


State two differences between C and Java.

687


Why are global variables used?

492


Explain thread life cycle in java?

578


Can we overload the constructors?

553






How would overload a function based on return type?

542


What is thread count in java?

538


How does thread synchronization occurs inside a monitor?

542


what is aggregation in java?

578


What are the types of inner classes (non-static nested class) used in java?

555


Find the value of a specified element of the array arr[i] where 0 <= i <= n-1

529


Explain about field hiding in java?

519


Why main method is static in java?

583


What is the difference between stringbuffer and stringbuilder?

572


what is the difference between thread and runnable types? : Java thread

540