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 void a keyword in java?
What is array sorting in java?
What is lazy programming?
When will you define a method as static in Java?
What is the final class modifier?
What is a singleton puppy?
Which of the classes will have more memory allocated?
What is the functionability stubs and skeletons?
Can I override protected method in java?
What is the use of singleton class?
What is use of set in java?
How will you print number in reverse (descending) order in BST.
What is == in java?
How do you check if a string contains only numeric digits?
What are different types of multitasking?