What is JAVA? Why it is platform independent?
Answer Posted / rock
When Java Code is compiled a byte code is generated which
is independent of the system. This byte code is fed to the
JVM (Java Virtual Machine) which is resided in the system.
Since every system has its own JVM, it doesn't matter where
you compile the source code. The byte code generated by the
compiler can be interpreted by any JVM of any machine.
Hence it is called Platform independent Language.
this is ans as per mr.patel but we have to install jvm on
the m/c on which we want to run the java application.
if this is the case for java then how java is platform
independent.?
i am confuse .
if am wrong pleas let me know.thank u
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What are Normalization Rules? Define Normalization?
Difference between a process and a program?
How will you add panel to a frame?
what is the difference between Object Based Language and Object Oriented Language?
Can we convert stringbuilder to string in java?
How we can run a jar file through command prompt in java?
What are the different tags provided in jstl?
what is deadlock? : Java thread
Explain different states of a thread in java?
How many bytes is a char in java?
Will set allow duplicates in java?
What is the order of arraylist in java?
What is the main purpose of serialization in java?
Is there a way to increase the size of an array after its declaration?
what are the disadvantages of indexes in oracle?