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


Please Help Members By Posting Answers For Below Questions

What is meant by nested loop?

807


What are the rules for variable declaration?

714


What is composition in java?

964


What is the java virtual machine?

861


How to check if a list is sorted in java?

803


Does java runtime require a license?

788


What does null mean in java?

850


What is difference between throw and throws ?

873


What is the purpose of the runtime class in java programming?

803


Is main an identifier?

777


How are variables stored in memory?

818


What is string [] args?

801


What is the generic function?

747


why an outer class cannot be declared as private?

3929


What are latest features introduced with java 8?

829