Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is type parameter in java?

0 Answers  


class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?

2 Answers   Logica CMG,


how many types of Inheritance?

0 Answers   Impetus,


What is skeleton and stub?

0 Answers  


What is the main use of generics in java?

0 Answers  


Which data type is a class in java?

0 Answers  


When should the method invokelater() be used?

0 Answers  


How many objects are created when we create String class object using new operator?

9 Answers   Mind Tree,


how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread

0 Answers  


What is the meaning of immutable regarding string?

0 Answers  


What is the parse method in java?

0 Answers  


Explain differences between checked and unchecked exceptions in java?

0 Answers  


Categories