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

Can you make an instance of an abstract class?

5 Answers   Accenture,


What is immutable class? how to make a Class explicitly "Immutable"?Wap to make a class explicitly immutable.

3 Answers  


What is the difference between yielding and sleeping?

0 Answers  


hr interview how many minutes asking question

0 Answers  


What is runtime polymorphism or dynamic method dispatch?

0 Answers  






What is the old name of java?

0 Answers  


What method is used to know the status of Checkbox(i.e it is checked or unchecked)?

1 Answers  


how to make a un-checked exception as a checked exception one.

2 Answers  


What is string data type?

0 Answers  


What is the difference between set and list?

5 Answers  


What is the final access modifier in java?

0 Answers  


Explain the importance of import keyword in java?

0 Answers  


Categories