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
Explain an intermediate language?
What is the size of string?
What is variable length arguments in java?
how to prepare for IT Officers Interview in Banks
What is hashtable and explain features of hashtable?
What is meant by class?
What is difference in between java class and bean?
Is string a wrapper class?
Does anyone still use java?
What are inner classes or non static nested classes in java?
What is an empty string in css?
Is double bigger than float?
What is double data type?
What is the use of hashmap in java?
Is list thread safe in java?