Answer Posted / ankit chauhan
ya java hi platform independent language bcoz in java there is a facility to translate source code to byte code due to byte code it is possible to run java application to any platform thats why java is called platform indipendent
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can we override the overloaded method?
What is thread safe singleton?
What happens when you add a double value to a string?
Explain a few methods of overloading best practices in java?
What is the collections api?
Can we sort list in java?
What are parsing rules?
Why vector is used in java?
What is a method header?
What is Recursion Function?
Can you explain the private protected field modifier?
What is the maximum size of list in java?
What are byte codes?
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 are the two types of exceptions in java? Which are the differences between them?