what is collections in java?
Answers were Sorted based on User's Feedback
Answer / chethan.s.l
Collection is a framework and its having series of classes
and interface implementing in the collection object.
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / anith
collection is a utility in java..which comes under .lang
package..
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Answer / ravikrian
The above all answers are correct if the question is
collection, But collections is a class from java.util
package which has static utility methods such as sort and
binary search
| Is This Answer Correct ? | 1 Yes | 0 No |
What are scriptlets?
In the below Java Program, how many objects are eligible for garbage collection?
how would you implement a thread pool? : Java thread
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
What is CardLayout?
What is singleton class in java and how can we make a class singleton?
What is the use of StringTokenizer class?
whats the diff between jsp and servlets?
What do you understand by the bean persistent property?
What are meta-annotations?
In real time project which driver did u use? What is the main functionality of the Prepared Statement?
Is an empty arraylist null?