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

What is the benefit of abstract class?

513


How do you sort arraylist in descending order?

570


How to stop a thread in java? Explain about sleep () method in a thread?

580


What is the latest java version?

555


How concurrent hashmap works?

605






List some java keywords sun like c, c + + keywords?

585


What is the difference between equals() and?

583


How do you control extraneous variables?

501


What is output buffer?

566


Explain about strings in java?

614


Define an applet in java?

627


Explain Basics of OOP Language in java

586


What is the declaration statement?

507


Wha is the output from system.out.println(“hello”+null); ?

688


What are the rules for naming an array?

520