java modules
-
Core Java

Understanding the Java JMOD File Format
With the introduction of the Java Platform Module System (JPMS) in Java 9, modularity became a core feature of Java.…
Read More » -
Core Java

Automatic Modules: Bridging Legacy and Modular Java
When Java 9 dropped in 2017, it brought with it one of the most ambitious changes in Java’s history: the…
Read More » -
Core Java

Java Modules: An Introduction
Java modules were introduced in Java 9 to enhance the modularity of the Java platform. A module in Java is…
Read More »
