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
Can we restart a thread already started in java?
What are constants and how to create constants in java?
How do we access static members in java?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What class allows you to read objects directly from a stream?
Why is the type for real numbers called double?
Explain throw keyword in java?
What are the methods available in a class?
What are the restrictions that are applied to the java static methods?
Is java call by value?
What is an example of a boolean?
What are different data types?
What is a flag and how does it work?
What do you mean by formatting?
What is predicate in java?