April 2018
Intermediate to advanced
246 pages
6h 11m
English
In the previous chapter, we got acquainted with the Dependency Injection Principle, IOC with different scenarios, and different types of Dependency Injection by writing code.
In this chapter, we will learn about the new features offered in Java 9. Specifically, we will learn about modularity in Java 9, modularity framework, types of modules offered in Java 9, and we will see Dependency Injection using modules. This chapter will mainly cover the following topics: