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
Can we print null in java?
Can we declare the main method of our class as private?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
Is null a value?
What is protected access modifier?
What is default exception handling in java?
What is the functionability stubs and skeletons?
What is finalize() function in java?
Which is easier .net or java?
What is class??
What does split function do in java?
What is an example of a constant variable?
Is constructor inherited?
Why are parameters used in functions?
Can we execute java program without main method?