Java Collection Framework

Questions by suhailafroz   answers by suhailafroz

Showing Answers 1 - 3 of 3 Answers

The Collection Framework provides a well-designed set of interface and classes for sorting and manipulating groups of data as a single unit, a collection.

  Was this answer useful?  Yes

raniraja_f2

  • Sep 12th, 2006
 

s ur Correct

  Was this answer useful?  Yes

N.SRINIVASAN

  • Oct 10th, 2006
 

In the object oriented paradigm all the objects that you code exist as objects. In all object oriented languages we have arrays to store and send and retrieve. To store objects the similar way we have something called Object Array. But for the ease of storing and iterating and retrieving objects, the collection framework came into existence.

 

The main purpose of collection framework is to store and retrieve objects and iterate. Hence we have collections, lists and maps to facilitate different forms for storage and retrieval process.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions