How java is platform independent?

Answer Posted / rajesh

Java is architectural neutral because after compilation of
the Java program it generates a byte codes which can be run
in any computer or operating system.
Java was designed to support application on networks, are
generally composed of a variety of CPU ans OS architectures.
so to enable this application Java compiler generates an
architecture neutral object file format which is only
readable by JVM. in the presence of JRE /Java runtime system.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does %d do in java?

580


What is difference between array and arraylist in java?

464


What is the use of set in java?

612


Does java arraylist maintain insertion order?

551


What are constants and how to create constants in java?

558






What carriage return means?

530


How does linkedlist work in java?

508


What is variable in java?

526


What is difference between static and abstract class?

520


Explain the features of java?

597


Is logger a singleton?

521


What is hashmap in java?

568


What is the difference between array list and vector in java?

509


What is default exception handling in java?

573


Can an interface implement another interface?

576