- Reduces Programming Effort : Since Collection frame work provides a number of predefined data structures like Lists, Sets, Maps etc., So Programmer can reuse the predefined data structures.
- Increases program speed and quality : Collections API is tested thoroughly, and provides native implementations wherever it is necessary. So Obviously by using the Collections frame work improves the Program speed. It is tested thoroughly, So Quality of product is promised.
- Reduces effort to learn and to use new APIs : Collections interfaces provides a consistent way for the prototypes of the methods, and gave meaningful names to the methods and constants in them. So Learning time for the collections is less.
- Can Develop new APIs on top of Collections Framework easily.
This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Tuesday 18 March 2014
Benefits Of Collections
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment