Hello friends, Welcome back 🙂 In this article, I'm going to share about collections framework or simply collections in Java. I'll add collection's notes and articles in parts because its a large but important utility in Java development, so lets get start. The collections - Basics In this article, we'll just review the basics about collections. As the name suggest, collection framework is used to create collection of objects and that collection represents itself as a separate object. In the collection framework, Java provides several interfaces, classes i.e. implementation of interfaces and various common behaviors between those classes and interfaces. Prior to collections, in Java, Vectors, Arrays and Hashtables were used for grouping Java objects. Here in this article, I'm just giving list of interfaces and classes of the collections framework: Java provides two types of collections. One is list typed in which objects stored in ...
This blog is intended for all those who want to learn something new, want to extend knowledge, want to get development tips and tricks. You are always welcome to read, share ideas and collaborate.