how to java plateform independent?

Answer Posted / chandru

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 ?    28 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does enum work in java?

540


What is scope & storage allocation of global and extern variables? Explain with an example

577


Name few java 8 annotations ?

561


What is the difference between interface & abstract class?

553


What is the inheritance?

546






Is alive in java?

502


What are different data structures in java?

523


Are strings immutable in java?

516


What the difference is between execute, execute Query, execute Update?

367


What are filterstreams?

603


List some oops concepts in java?

576


What is object cloning in Java?

629


What is instance means in java?

559


what is the difference between Object Based Language and Object Oriented Language?

593


Can we define private and protected modifiers for variables in interfaces?

576