Pl explain Diff between array and collection object

Questions by pghare

Showing Answers 1 - 2 of 2 Answers

uk19705

  • May 25th, 2006
 

Array you can access data using Indexes.

Collection is also an array where you can access data using 'KEY'

  Was this answer useful?  Yes

Mohammed yousuf uddin

  • Jan 3rd, 2007
 

Array is used to difine variables of same type and size where as collection is as temporary allocated area created in volatile memory using the concept of array to store data temporarily.

  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