what is collections in java?

Answers were Sorted based on User's Feedback



what is collections in java?..

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

what is collections in java?..

Answer / anith

collection is a utility in java..which comes under .lang
package..

Is This Answer Correct ?    2 Yes 0 No

what is collections in java?..

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

what is collections in java?..

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

Post New Answer

More Core Java Interview Questions

What is sizeof in java?

0 Answers  


What is the difference between a break statement and a continue statement?

0 Answers  


What is object-oriented programming?

0 Answers  


What is the basic functionality of DataOutput interface in java?

2 Answers   TCS,


What are the basics of core java?

0 Answers  


What are assembly attributes?

0 Answers  


What are the limitations for static method?

3 Answers   Greenwood,


Why we should declare the variables as static and final in interfaces?

1 Answers  


What is the difference between Java1.4 and Java1.5

0 Answers   NIIT,


what is deadlock? : Java thread

0 Answers  


How do generics work?

0 Answers  


What is the order of method invocation in an Applet?

1 Answers  


Categories