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
How do you identify independent and dependent variables?
What is difference between path and classpath in java?
What is local class in java?
Is a method a function?
What is the difference between the font and fontmetrics classes in java programming?
What is the difference between hashmap and hashtable? What is an interface?
What is meant by flickering?
How do I know if java is installed?
How do you identify if jvm is 32-bit or 64-bit from java program?
What is an enumeration?
What does this mean java?
Where is the singleton class used?
What is object-oriented paradigm?
What is the point of java?
What does singleton mean in java?