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

Can we clone singleton class in java?

509


What is classname class in java?

527


Is java map thread safe?

485


Does the order of public and static declaration matter in main method?

609


What is a parameter in matrices?

539






Can a final method be overloaded?

502


What is java in detail?

553


What is composition in java?

716


What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?

590


What is array in java?

527


what is object slice?

1568


Why does java does not support multiple inheritance? Explain

545


What is the difference between && and & in java?

562


Write a program to search a number in the given list of numbers.

624


Why do we need autoboxing in java?

510