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
Why chararray() is preferred over string to store the password?
What is the difference between the direct buffer and non-direct buffer in java?
Define jit compiler?
What is space character in java?
What about instanceof operator in java?
Write a java program to print fibonacci series?
What does += mean in java?
Does sprintf add a null terminator?
What is use of inner class in java?
What is primitive array?
Explain static nested classes ?
what do you mean by stream pipelining in java 8? Explain
What is a marker interface?
Can arraylist contain null values?
What does replaceall do in java?