+ 3
it is data structure in java.
java collection is framework which allows to store and manipulate group of objects.
it allows to sort, edit, create, delete data.
java provided wide range of collection such as set, list, queue,deque etc
for more info see : http://www.javatpoint.com/collections-in-java



