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
Program to Find the second largest element in an array.
What is the structure of java?
Why are variables important in research?
Why is serialization required?
enlist some features of jdk.
Highest level event class of the event-delegation model?
How big is a pointer?
Does java support multiple inheritances?
Can you explain the final method modifier?
What is static variable with example?
What is an object class?
Is java still relevant?
How do generics work in java?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What languages are pass by reference?