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 is the purpose of the strictfp keyword?
What do you mean by compiler?
What string is utf8?
What is finalize()?
Is string is a keyword in java?
Which of the classes will have more memory allocated?
Is boolean a wrapper class in java?
What is the static variable?
What are different types of constants?
What is the difference between notify and notifyall method?
How many bits is a word?
How can you read content from file in java?
What is abstract class? Explain
What are identifiers in java?
What is the purpose of lambda expressions?