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

What is a finally block? Is there a case when finally will not execute?

549


Is null a string in java?

554


Are arrays immutable in java?

540


Is null false in java?

704


Difference between character constant and string constant in java ?

558






What is singleton pattern?

553


What happens when a thread cannot acquire a lock on an object in java programming?

545


What are the actions that can occur when a thread enters blocked state?

581


How do you sort words in java?

534


What is boolean flag in java?

578


What is tcp ip in java?

585


What is Enum in Java?

681


What an i/o filter in java programming?

604


What does java se mean?

589


What is the difference between Java and C++?

613