what do you meant by Platform-Independent?
Answer Posted / ranganathkini
Platform Independance means, generating executable code
independant of the underlying software/hardware platform on
which the code is required to run.
Java uses the concept of a Virtual Machine to abstract the
underlying hardware/software and providing a standard
execution environment for all Java bytecode based programs.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is static import in java?
How would you dynamically allocate memory to an array?
How do you implement tree mirroring in java?
What is break and continue statement?
Explain the importance of finally block in java?
What do you mean by compiler?
What are autoboxing and unboxing? When does it occur?
Is array primitive data type in java?
Explain notify() method of object class ?
If goto and const is reserve words than why it is not work in java?
What is numeric data type?
Is java util regex pattern thread safe?
Is main a keyword in java?
What is the static import?
Under what conditions is an object’s finalize() method invoked by the garbage collector?