what is difference between colection and collections?

Answers were Sorted based on User's Feedback



what is difference between colection and collections?..

Answer / nita dhumal

Yes all are said is right.
Collection is an interface which implented by all other interfaces. while collections is utility class which contain method like sorting method.

Is This Answer Correct ?    0 Yes 0 No

what is difference between colection and collections?..

Answer / surya

Collection is an interface it provides implementations of
more specific subinterfaces like Set and List.
Collections class consists exclusively of static methods
that operate on or return collections.

Is This Answer Correct ?    2 Yes 4 No

what is difference between colection and collections?..

Answer / bharathi k

Collection is root interface for List,Set,Map where as
Collection is utility class which has only static methods to
manipulate on object for eg sort

Is This Answer Correct ?    1 Yes 4 No

what is difference between colection and collections?..

Answer / manoj

what is the difference between collection class vs
collections interface ? not as colection and collections

A collection (sometimes called a container) is an object
that groups multiple elements into a single unit.
Collections are used to store, retrieve and manipulate data,
and to transmit data from one method to another. Collections
typically represent data items that form a natural group,
like an order (a collection of order lines), a mail folder
(a collection of messages), or a telephone directory (a
collection of name/phone-number pairs).

Is This Answer Correct ?    9 Yes 25 No

what is difference between colection and collections?..

Answer / sandeep tyagi

collection is a interface impplemented by all other
interfaces like List,set..where as collections is not a
class.But its a Framework.Harikrishna if u have any
confeusion then go thru with sun java tutorial

Is This Answer Correct ?    27 Yes 116 No

Post New Answer

More Core Java Interview Questions

If two threads call a static method at the same point of time, what will happen?

3 Answers   KPIT,


what is the main difference between string and stringbuffer? can you explain it with program?

2 Answers  


what is the final keyword denotes in java?

0 Answers   IBS,


Can a top level class be private or protected?

0 Answers  


Variable of the boolean type is automatically initialized as?

0 Answers  






Are true and false keywords?

0 Answers  


What does function identity () do?

0 Answers  


What is the largest long allowed by java?

0 Answers  


worst case complexities of Quick sort and Merge sort.

0 Answers   Amazon,


diffrence b\w println() and printf()

8 Answers   NIIT,


What is command line used for?

0 Answers  


What is meant by stack and queue?

0 Answers   GrapeCity,


Categories