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 about the dynamic behavior of core java?
What is the applet security manager, and what does it provide?
What is merge sort in java?
Define jit compiler?
What is finally and finalize in java?
Why strings in java are called as immutable?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is java argument list?
How to set the permissions to a file in java?
What is java full form?
How many decimal places is a double?
what is synchronization and why is it important? : Java thread
What does index mean in java?
How do you use substring in java?
Can an interface extend another interface?