what do you meant by Platform-Independent?
Answer Posted / vasanthakumari.s
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are different data structures in java?
Is vector ordered in java?
What is the final class modifier?
How many classes can any class inherit java?
What is array initialization in java?
what r advatages of websphere? & how to deploy?
What is final method in java?
What is the use of object and class classes?
What is java instanceof operator?
Why javac is not recognized?
Why should we use singleton pattern instead of static class?
State the difference between strings and arrays.
What are the differences between processes and threads?
What is the use of set in java?
Why call by value prevents parameter value change?