+ 1
What are Collections ?
Different types & Their advantage
1 Answer
+ 2
a collection is something similar to an array but without a predefined size limit. You can add or remove elements to a collection as you like dynamically. Examples arraylist, Treeset, linkedhashmaps etc