Home Freemagazine Issue1 Java collection API



Java collection API
Posted on: October 8, 2010 at 12:00 AM
A collections framework is used to represent and manipulate collections.

Java collection API

        

 

  1. Collections Framework
    A collections framework is used to represent and manipulate collections. 

         
  2. Advantages of collections framework
    • A programmer need not to learn multiple ad hoc collection APIs.
    • It provides a standard interface for collections that fosters software reuse along with the algorithms to manipulate them.
    •  It provides ready-made data structures and algorithms that reduce programming effort by eliminating the need to write them from scratch.
    • It provides high-performance implementations of useful data structures and algorithms that increase the performance.
    • Helps in establishing a common language to pass collections back and forth that provides interoperability between unrelated APIs.
       

  For more information collection API  new section visit at:   http://www.javajazzup.com/issue1/page12.shtml

 

       

Related Tags for Java collection API:


More Tutorials from this section

Ask Questions?    Discuss: Java collection API  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.