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
What happens when you add a double value to a string?
Can java list be null?
What does java se mean?
Is the empty set a singleton?
What are instance variables?
What does percent mean in java?
What is nextint java?
Is there any case when finally will not be executed?
What is a static method in java?
How do you square a number in java?
When will you define a method as static?
What is the common usage of serialization?
What does exp mean in math?
Write a program to print 15 random numbers using foreach of java 8?
What about instanceof operator in java?