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

Differentiate between vector and array list.

643


What does index mean in java?

544


Which collection is ordered in java?

543


Which sorting is best in java?

544


Can we sort arraylist in java?

567






Why java is platform independent? Explain.

603


What is constructor and its types?

548


Why chararray() is preferred over string to store the password?

533


Can we have multiple classes in a single file?

518


Explain about static imports in java?

606


Explain wait() method of object class ?

640


Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me

1370


How do you create a first line indent?

515


What is the purpose class.forname method?

565


How to find the given number is a prime number or not by getting input from the user

557