Answer Posted / somasundar m
Collection is a frame work which is there in java.lang
package, which is used to store multiple type objects.
Collections has certain interfaces like Collection, Set,
List, Map, sorterdSet, sortedMap and certain classes like
HashSet, TreeSet,ArrayList, Linked List, Vectors,
Hashmap,Hashtable, Properties, etc. Based on the
requirements the appropriate collections should be used.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does jre stand for?
What is a lambda expression ? What's its use ?
Can you give few examples of final classes defined in java api?
What do you mean by data type?
What is final keyword in java?
Why java is not 100% object-oriented?
5 Coding best practices you learned in java?
Can we have any other return type than void for main method?
How is abstraction implemented in java ?
Why is it called boolean?
Is null an object java?
What is blank final variable?
Can we override final method?
What is the purpose of checked and unchecked exceptions in JAVA?
What is the difference between throw and throws keywords?