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 a software?
Why is core java important?
What is parsing a sentence?
Why convert an applet to an application?
What is static data type in java?
How can you generate random numbers in java?
how to prepare for IT Officers Interview in Banks
Describe method overriding
What is the basic of java?
how we can make a write-only class in java?
Is passing by reference faster?
Can a vector contain heterogenous objects?
What is arrays aslist in java?
Java.util.regex consists of which classes?
what is encapsulation in java? Explain