Computer Science, asked by SVSachinVerma, 1 year ago

can anyone please tell me why we use of collections in java??

Answers

Answered by Divyansh729
1
Java collections are collection of implemented/ready-to-use data structures like Set , Map(Key value pair),Queue and List(Flexible arrays)
Answered by Abrarkhan1
0
java provides a set of standard collection thier classes that implement collection interfaces.
hence it work in a manner of library..
it provides both interfaces that define various collections and classes tat implement them.
Similar questions