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
Explain about object oriented programming and its features?
Detail discussions on JVM, memory management and garbage collector.
how to one war file class to another war file class?
What is a lock or purpose of locks in java?
What is the use of :: in java?
Can a method be overloaded based on different return type but same argument type?
What modifiers may be used with a top-level class?
What does null mean in java?
What does split function do in java?
What is the core java?
How do you add an element to an arraylist in java?
How many types of array are there?
What is the difference between the direct buffer and non-direct buffer in java?
What is the purpose of using the java bean?
Why can't we use static class instead of singleton?