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 meant by nested loop?
What are the rules for variable declaration?
What is composition in java?
What is the java virtual machine?
How to check if a list is sorted in java?
Does java runtime require a license?
What does null mean in java?
What is difference between throw and throws ?
What is the purpose of the runtime class in java programming?
Is main an identifier?
How are variables stored in memory?
What is string [] args?
What is the generic function?
why an outer class cannot be declared as private?
What are latest features introduced with java 8?