How java is platform independent?

Answer Posted / sathish s t

java is platform independent because after compile the source file,then the byte code(.class) file is converted into machine code by the interpreter(jvm) and gives output,here clearly see that the machine code is converted by jvm not depends upon OS (operating system).so java is platform independent.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are class types in java?

583


How do you start a thread?

553


What is multi level inheritance in java?

561


Can we extend singleton class in java?

552


Can constructor be synchronized?

546






What is the numeric promotion?

505


Does a function need a return?

533


What is difference between iterator and enumeration in java?

527


What are the parts of methodology?

549


Is java map thread safe?

495


What is not thread safe?

497


How can we make sure main() is the last thread to finish in java program?

675


What is immutable in java?

548


What is a methodologist?

534


Explain restrictions on using enum?

635