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
Can we sort list in java?
What is a concrete classes? Is Java object class is concrete class?
What is an immutable class?
What is the purpose of void class?
How do you clear an arraylist in java?
Can we split string with in java?
What is the use of flag?
How do you declare an array in java?
What are the pillars of java?
What is a prefix function.write down a code to compute prefix function.
What is isa relationship?
Difference between static and dynamic class loading.
Difference between == and .equals() ?
What is scope of a variable?
What is locale?