InterviewSolution
Saved Bookmarks
| 1. |
Answer it with proper explanation in java |
|
Answer» The Java COLLECTIONS framework is a set of classes and interfaces that implement COMMONLY reusable collection data structures. Although REFERRED to as a framework, it WORKS in a manner of a library. The collections framework provides both interfaces that DEFINE various collections and classes that implement them. |
|