can anyone please tell me why we use of collections in java??
Answers
Answered by
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
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.
hence it work in a manner of library..
it provides both interfaces that define various collections and classes tat implement them.
Similar questions