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
What are inbuilt functions in java?
What are the two parts of a conditional statement?
List some java keywords sun like c, c + + keywords?
What is the difference between dom and sax parser in java?
Which package is used for pattern matching with regular expressions?
What is static block?
What is included in core java?
How can constructor chaining be done by using the super keyword?
What is the difference between the paint() and repaint() methods?
Can a string be null?
Why is java logo a cup of coffee?
What is a boolean expression in java?
What are methods in java?
Can we store variables in local blocks?
What is the functionality of the stub?