Answer Posted / reino
James Gostling is the founder of java and he found the name (JAVA) in indonesia when he was drinking coffe in java
| Is This Answer Correct ? | 38 Yes | 20 No |
Post New Answer View All Answers
Is there any sort function in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Can you pass functions in java?
How to handle a web browser resize operation?
Is vector synchronized in java?
What is the replace tool?
Explain the difference between abstract classes and interfaces in java?
Why is serialization required?
5 Coding best practices you learned in java?
What are the files generated after using IDL to java compiler?
Is special character in java?
What is synchronization and why is it important in java programming?
What is methodological theory?
What initialize variables?
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