ajp project
ajp project
Java Modules
• Even the JDK file in the earlier version of Java has a large
size only the rt.jar file size was around 64 MB.
To avoid this situation Java 9 has split the JDK into a set of
modules. so that we can use the required module to develop
our application. Apart from this, the Java 9 version has also
provided a feature so that the user could create their own
module and develop their own applications.
The modules in Java have the below options mentioned:
https://medium.com/javarevisited/java-9-
modules-60c372ca0882
https://www.geeksforgeeks.org/java-modules/
https://www.baeldung.com/java-modularity
Thank you