December 2024
Beginner
937 pages
17h 58m
English
Although we wrote a lot of code in the previous chapter, when designing classes, we used only the simplest data types, a few numeric ones and texts. In the JDK a lot of data types are declared for a multitude of purposes: for modeling calendar dates, for representing multiple types of numerics, and for manipulating texts, collections, data streams, files, database connections, and so on. Aside from the JDK, numerous libraries created by other parties are available that provide even more functionality. The data types provided ...
Read now
Unlock full access