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 do you mean by order of precedence and associativity?
What is prime number in java?
What are white spaces in java?
Why does my function print none?
What do you understand by a Static Variable?
What is the independent variable in an experiment?
List primitive java types?
What is java util collection?
What is runtime polymorphism or dynamic method dispatch?
What is string [] java?
Which package is imported by default?
How hashmap increases its size in java?
How will you print number in reverse (descending) order in BST.
What is null object in java?
What is meant by distributed application? Why are we using that in our application?