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
Why is stringbuffer not immutable?
What does a method signature consist of?
What is thread safe singleton?
When do you get classcastexception?
What is an object in java?
what is the significance of listiterator in java?
How to create a custom exception?
What is the use of toarray () in java?
What is methods and methodology?
Write code of any action class?
What types of index data structures can you have in java?
Can I overload to string method
What is difference between printf and scanf?
What are the different types of data structures in java?
Why we used break and continue statement in java?