Name two classes that can store arbitrary number of objects

Questions by ikprasanth   answers by ikprasanth

Showing Answers 1 - 5 of 5 Answers

Neeraj

  • Oct 4th, 2006
 

ArrayList and Vector

  Was this answer useful?  Yes

this is one of the resons we have Collections framework in java
examples
ArrayList , Vector , Set -- directly as objects
HashTable, HashMap -- as objects as ket-value pairs

vinny

  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