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
How do you override a method?
Explain oops concepts in detail?
How do you clear an arraylist in java?
What is parsing and its types?
Can you access the private method from outside the class?
What is the difference between synchronized and synchronized block?
What is boolean data type in java?
What is class forname?
What is abstract class? Explain
What is keyword auto for?
What is java reflection api?
What is the difference between && and & in java?
Tell us something about set interface.
Can classes declared using the abstract keyword cab be instantiated?
What are locale settings?