What is collections in java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is collections in java

I wants to collection framework. please explain

30th May 2017, 6:24 AM
Prashant Lahade
Prashant Lahade - avatar
2 Answers
+ 15
Collections in Java is a framework that provides an architecture to store and manipulate the group of objects. All the operations that you perform on a data such as searching, sorting, insertion, manipulation, deletion etc. can be performed by Java Collections. Java Collection framework provides many interfaces (Set, List, Queue, Deque etc.) and classes (ArrayList, Vector, LinkedList, PriorityQueue, HashSet, LinkedHashSet, TreeSet etc). It needs an in-depth explaination of what you prefer. Please check out this article at javatpoint : https://www.javatpoint.com/collections-in-java
30th May 2017, 7:37 AM
Dev
Dev - avatar
0
https://code.sololearn.com/cH2d2wY5jxfM/?ref=app
22nd Jun 2022, 4:55 AM
VAMSI
VAMSI - avatar