Module System in Java9
The Module System, also known as Project Jigsaw, was introduced in Java 9 to address the challenges associated with building and maintaining large-scale Java applications. Prior to Java 9, the Java platform relied on a flat classpath, where all class...
navnitraj.hashnode.dev7 min read