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 a condition in java?
What is difference between add() and addelement() in vector?
What are the access modifiers in java?
Is object a data type?
What is static import?
What is lambda expression in java?
Why unicode is important?
How can I debug the Java security exceptions and AccessControlExceptions?
What is function and its uses?
Why is a constant variable important?
Can you declare an interface method static?
Explain public static void main(string args[]) in java.
How do you implement singleton class?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
Which method cannot be overridden in java?