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 the different http methods?
Write a program to calculate factorial in java?
What is serialversionuid?
Difference between method overloading and overriding.
Why put method is used?
What is the difference between a static and a non-static inner class in java programming?
What is the default value of float and double datatype in java?
What are the escape sequences in java?
What about features of local inner class?
Why are parameters used in functions?
What are the common uses of "this" keyword in java ?
State the merge-sort principle and its time complexity.
What is not object oriented programming?
Difference between association, composition and aggregation?
Explain about object oriented programming and its features?