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
Why spring singleton is not thread safe?
Differentiate between == and equals().
What are the 6 functions?
What is vector capacity in java?
What is variable and example?
What is an enumeration?
What is the use of toarray () in java?
what are different ways in which a thread can enter the waiting state? : Java thread
Can the interface be final?
What is type parameter in java?
How do you remove duplicates from an array in java?
Can we use a switch statement with strings?
How to find the largest value from the given array.
Can finally block be used without a catch?
Can a abstract class be declared final?