what is the purpose and usage of collection in java

please tell me what is the purpose and uage of collection in java
[72 byte] By [karthik_valliappana] at [2007-10-3 3:47:30]
# 1
To store a collection of objects.if you do not think the answer is good enough then google it. You should have done that first, i might add.
r035198xa at 2007-7-14 21:44:28 > top of Java-index,Core,Core APIs...
# 2
You could store stuff in an Array. However the Collections framework provides so much more than just storage. It provides Comparator/sorting functions, iteration through collections, etc.
SoulTech2012a at 2007-7-14 21:44:28 > top of Java-index,Core,Core APIs...