- Mastering Java for Data Science
- Alexey Grigorev
- 52字
- 2021-07-02 23:44:33
Standard Java library
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.