VOOZH about

URL: https://www.javacodegeeks.com/tag/java-modules

⇱ java modules Archives - Java Code Geeks


  • Core Java👁 Image
    Yatin BatraApril 20th, 2026
    0 185

    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👁 Image
    Eleftheria DrosopoulouNovember 20th, 2025
    0 584

    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👁 Image
    Java Code GeeksMarch 15th, 2023
    1 1,736

    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 »
Back to top button
Close