what is platform independence in java?

Answer Posted / pramod pawar

Compile once , but run anywhere in short...
is the meaning of platform independence in java...
once we have compiled the program(java.c) its object file
(bytecode) can be created..and that byte-code we can run on
any machine independent of O.S.therefore it is platform
independence.....

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is object slice?

1579


How do you make a thread in java?

635


What is the similarity between dynamic binding and linking?

615


What is difference between ++ I and I ++ in java?

535


What are the Main functions of Java?

633






What do you mean by multithreaded program?

558


Can a method be static?

528


What are instance variables?

619


What does a boolean method return?

636


What is the use of flag?

586


Is finalize() similar to a destructor?

556


Explain the difference between jdk, jre, and jvm?

598


What is the use of parse function in java?

517


How do you reverse a string in java without using string buffer?

595


What is a consumer in java?

570