what is difference between colection and collections?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are peerless components in java programming?

575


Are variables stored in ram?

549


What is a instance variable?

579


How to pass arraylist to stored procedure in java?

538


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

524






How many types of threads are there in java?

497


What are 3 data types?

538


What is literal example?

557


What are the properties of thread?

494


What is java ceil?

563


what do you mean by stream pipelining in java 8? Explain

526


What do you mean by data type?

541


what is mutual exclusion? : Java thread

550


Can we create object of static class?

522


What is an object in java?

551