-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
The Java Workshop
By :
Java comes with a built-in Collections API, allowing you to manipulate data structures with very little effort. A collection is an object that contains multiple elements. Collections are used to store, share, process, and communicate aggregated data. We call this system the Java collections framework.
As part of this framework, there are different components that are used to optimize our interaction with the actual data:
Note
Other programming languages have their own collection frameworks. For example, C++ has the Standard Template Library (STL). Java boasts simplicity when it comes to its collection framework.
Using the collections framework has many benefits, including a reduction in the complexity...
Change the font size
Change margin width
Change background colour