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
Is stringwriter thread safe?
What is string and example?
What are the super most classes for all the streams?
What is a nullable field?
What is wrapper class html?
What are the difference between composition and inheritance in java?
Is string pool garbage collected?
Can you extend main method in java?
What java is used for?
How many characters is 16 bytes?
What is the access scope of protected access specifier?
What is Session reduplication and how its done?
Which is better list or arraylist in java?
What does sizeof return?
If you do not want your class to be inherited by any other class. What would you do?