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
Is java an ide?
Can one thread block the other thread?
What are the restrictions that are applied to the java static methods?
How to use string tokenizer class.
Which non-unicode letter characters may be used as the first character of an identifier?
How can you share data between two thread in Java?
What is difference between static class and normal class?
Explain the differences between abstraction and encapsulation?
Does java runtime require a license?
Which sorting is best in java?
Can It is possible to synchronize the constructor of a Java Class?
In the below example, what will be the output?
What is the difference between synchronized and synchronized block?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What is an argument java?