News

In this blog post, I look at how Java code can use the Package class to access version information about a particular Java package’s specification and implementation.
The Java Platform Module System (JPMS) is a code-level structure, so it doesn’t change the fact that we package Java into JAR files. Ultimately, everything is still bundled together in JAR files.