June 2025
Intermediate to advanced
1129 pages
53h
English
Arrays can be found as return and parameter types and indirectly in variable argument lists. As data structures they are less common, because the capabilities are very limited. Although all developers should study the Javadoc of the class java.util.Arrays (https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Arrays.html), it is more important in the long term to know dynamic data structures such as ArrayList or the *Stream types (https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/stream/package-summary.html).
Read now
Unlock full access