what do you meant by Platform-Independent?
Answer Posted / rohit jadhav
Platform-independent means a code which's execution does
not depend on platform.
A code which can be executed on any platform is called a
platform-independent code.
When a java program is compiled the JVM creates a . class
file which contains a byte-code in it and this byte-code
can be executed on any platform.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Is java platform independent?
Why java doesn’t support multiple inheritances?
What are the Class Libraries ?
What is a flag value?
What does += mean in java?
Are arrays primitive data types?
What are the advantages of defining packages in java?
What is incompatible types in java?
If two threads have same priority which thread will be executed first ?
State differences between C and Java?
What is difference between overloading and overriding in java?
Which collection is sorted in java?
how are methods defined?
How many wrapper classes are there in java?
What is a memory leak in java?