Collections
Framework contains
1. Interfaces, 2. Classes that implements interfaces and
3. Algorithms.
Interfaces
: Interfaces
provides a prototype, with behaviors that all Classes of this type
must implement. Interfaces allow collections to be manipulated
independently of the details of their implementation.
Implementations
: These
are the classes that implements the interfaces in the Collections
API.
Algorithms
:
These are the methods that are used to perform operations like
searching, sorting, hashing etc.,
No comments:
Post a Comment