1 Use The Timing Class To Compare The Performance Of The Collection Class And An Arr 2041545

1. Use the Timing class to compare the performance of the Collection class and an ArrayList when adding 1,000,000 integers to each.

2. Build your own Collection class without deriving your class from CollectionBase. Use generics in your implementation.