Modularity – Java advanced (OCP)
Last update January 9, 2025 Possibility to organize a projects in modules appeared in Java 9. In this post, we’ll…
A software engineer's journey
Last update January 9, 2025 Possibility to organize a projects in modules appeared in Java 9. In this post, we’ll…
Last update November 29, 2024 Functional Programming (FP) is a programming paradigm, as OOP is. Java can make use of…
Last update November 29, 2024 A nested class is a class written inside another, in order to prevent outside classes…
Last update November 29, 2024 This article is probably to be read together with the one on methods in Java…