Same common question what is Map,Set,HashMap,List????
Answer Posted / swetha
these are collection classes in java.
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the java virtual machine?
What is java developer skills?
Is there any difference between nested classes and inner classes?
What is the purpose of java?
What is default exception handling in java?
When do you call copy constructor?
What is Session reduplication and how its done?
What is function declaration?
Where is jre installed?
Can we restart a dead thread in java?
What is the purpose of extern variable?
What is meant by 'Class access modifiers'?
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
Why java is platform independent? Explain.
What are inbuilt functions?