Java / Collections
Advantages of using Collections Framework.
- improves re-usability and interoperability.
- Less programming/development effort.
- Improved code quality and well structured.
- Utility functions to perform processing/manipulation over the collection data e.g.sort, search.
- enhances code readability.
More Related questions...