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
What is the purpose of the system class in java?
What is the use of static class?
How do you define a method?
how we can make a read-only class in java?
define the terminology association.
Can a class be protected in java?
Explain polymorphism citing an example.
Explain the difference between private, public, package and protected in java?
Can you tell me range of byte?
does java support pointers?
Which is better stringbuilder or stringbuffer?
What do you mean by checked exceptions?
Can bool be null?
Is c better than java?
Can you instantiate the math class?