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
What is native code?
What is return in java?
What are the main differences between the java platform and other platforms?
Can constructor be synchronized?
What are different types of references?
what is the final keyword denotes in java?
What is the purpose of the finalize() method?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Does treeset use compareto?
What is ide with example?
What is nullpointerexception in java?
What is super?
Will set allow duplicates in java?
What is reflexive association?
What are nested classes in java?