Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is Collection API?

Add comment
Views: 451
Votes: 1
Comments: 0
The Collection API is a set of classes and interfaces that support operation on collections of objects. These classes and interfaces are more flexible, more powerful, and more regular than the vectors, arrays, and hashtables if effectively replaces.
Example of classes: HashSet, HashMap, ArrayList, LinkedList, TreeSet and TreeMap.
Example of interfaces: Collection, Set, List and Map.
Others in this Category
document What are the methods of Entity Bean?
document What is a Expression?
document What will be the initial value of an object reference which is defined as an instance variable?
document How JMS is different from RPC?
document Q: Is it possible to create a constructor for an abstract class
document What is the difference between preemptive scheduling and time slicing?
document What is an EJB Context?
document Q: Is it possible to use try-catch in the finally block of java
document Q: What is an Iterator?
document How can I implement a thread-safe JSP page? What are the advantages and Disadvantages of using it?
» More articles



RSS