We all have come across a situation where we need to store a collection of a specific type.
Let's say for example we have a class called Customer and we need to have a collection of customers.
Simple way of doing that may be to use ArrayList and add
Read More