what is difference between colection and collections?
Answer Posted / ravikiran
Collection is an interface which contains methods to access
the objects in a collection
| Is This Answer Correct ? | 13 Yes | 8 No |
Post New Answer View All Answers
Does set allows null in java?
Why string objects are immutable in java?
What is return data type?
What is an 8 bit word?
What is object data type?
Where is const variable stored?
Can you override a final method?
What are constructors in java?
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 t in generics in java?
What is the declaration statement?
Is c better than java?
Is java se free?
Which sorting algorithm is in place?
How do you make an arraylist empty in java?