How java is platform independent?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... Java is a platform independent language.After
compiling the ".java" file ,that will be converting into
the ".class" file,which is a byte code having the
capability run on any OS.Basing on the concept byte code
java achieving the platform independent,it leads to "Write
onece run anyware".
| Is This Answer Correct ? | 196 Yes | 54 No |
Post New Answer View All Answers
What does exclamation mean in java?
What are different type of exceptions in java?
When parseint method can be used?
why doesn't java run on all platforms?
What does .equals do in java?
Can a class have multiple superclasses?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is formatted output in java?
What is difference between wait and notify in java?
What is command line argument in java?
What is the primary benefit of encapsulation?
Which programming language is best in future?
What is a super method?
How variables are declared?
Explain about data types?