In the previous section, we discussed several Java 9 features in brief. Now, in this section, we will learn about the Modular Framework and how it is used in Java 9.
Modular Framework in Java 9
What is modularity?
Before we move to Java Platform Module System, let's understand the meaning of modularity in the real world.
Modularity is a design that divides systems into smaller parts called a module. Nowadays, modular kitchens are installed in homes. These types of kitchen include several units or modules such as wall cabinets, cupboards, sinks, and many more and all these different parts are built in factories. If at any time there is damage in any unit, then only that module needs to be...