what is the diffrences between platform independent and
portable
Answer Posted / ramanuj kumar
As far as these difference concerns,
portable means : you can take bytecode ( .class file name
)from one machine to another machine & can run & use it for
further purpose.
plateform independance: you can use any operating system for
java.
| Is This Answer Correct ? | 31 Yes | 5 No |
Post New Answer View All Answers
State differences between C and Java?
What is the difference between Array and Hash Table?
What are operators and its types?
What are the steps involved to create a bean?
What is string made of?
How do you use parseint in java?
What is the difference between exception and error in java?
What is args length in java?
What is java virtual machine? Explain
Is null or empty java?
Can java run on google chrome?
Is vector synchronized in java?
Can a static class have a constructor?
What is the disadvantage of java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).