The standard Java library is very rich and offers a lot of tools for data manipulation, including:
- Collections for organizing data in memory
- I/O for reading and writing data
- Streaming APIs for making data transformations easy
In this chapter, we will look at all these tools in detail.Â