Collections in Java Part I : Introduction.
Hello Friends, This is one of my tutorials regarding one of the best feature in java i.e. Collections Framework. First of all, we need to understand the basic characteristics regarding this. Why Collections? In the versions prior to 1.2 the standard methods for grouping Java objects were via the Array, the Vector, and the HashTable…
