79.
Where is boxing and unboxing used ?
View Description
ArrayList is the collection which has the nature to store everything as an object in C# .
So if you want to retrieve any value from the Array List you have to Unbox (Explict type cast to the corresponding data types)