Java 9 Modules Tutorial – Getting Started

Learn how to start using modules in java 9 – a beginner tutorial.

“A man who dares to waste one hour of time has not discovered the value of life.” ― Charles Darwin, The Life & Letters of Charles Darwin

1. Introduction

A major enhancement of Java version 9 is the Modules facility. Modules have been designed to be especially useful in building and maintaining large systems.

Continue reading “Java 9 Modules Tutorial – Getting Started”