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 do you mean by inner class in java? Explain
What is the difference between jfc & wfc?
How to implement an arraylist in java?
Is int a class in java?
What is the escape character in java?
How many bits is a 64 bit byte?
What is the preferred size of a component in java programming?
What is wrapper class example?
Why is string buffer better than string ?
What is a package in java? List down various advantages of packages.
Why we use protected in java?
What is the difference between jdk and jre?
Why do we need hashmap in java?
What is binary tree in java?
Is arraylist sorted in java?