Java 9 Modularity - Java Tutorial
17th Jan 2022 by Aneesh Mistry
Changing default mock behaviour
Learn about how Java 9 enables strong encapsulation with modularity. Modules add a further layer of encapsulation to our packages as we are able to specify which packages can be used by other modules, and which modules can have access to them. This video will transform a multi-layered application to use modularity with Java 9 to demonstrate the benefits that can be realised.
The source code to this video can be found on GitHub: https://github.com/4neesh/YouTube-Channel/tree/main/Java9%20Modularity