what is the diffrences between platform independent and
portable
Answer Posted / bharathi
portable means that you can take the sourcecode and compile
it on another platform (or at least make it compile with
only some small changes).
platform independent means that you can take your program
and run it on another platform without any further effort.
| Is This Answer Correct ? | 31 Yes | 10 No |
Post New Answer View All Answers
Is vector ordered in java?
How to make a non daemon thread as daemon?
What is module in project?
Difference between static synchronization vs. Instance synchronization?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What does i ++ mean in Java?
Why to use nested classes in java?
What are constants?
What is communist flag?
How do you convert string to int in java?
What is flag in java?
When is finally block not called?
What are the 4 types of characters?
What is the use of join method?
Where are local variables stored?