The Java Platform Module System — Fundamentals
This is the first article in a four-part series on the Java Platform Module System — a feature that has been part of the platform since Java 9, yet remains largely unexplored by most of the developer

Search for a command to run...
Articles tagged with #java
This is the first article in a four-part series on the Java Platform Module System — a feature that has been part of the platform since Java 9, yet remains largely unexplored by most of the developer

Complete Reference for Desktop | Print-friendly version for desk reference This is Part 6 (final) of "Java 17 Features Every Senior Developer Should Know" - a comprehensive reference covering syntax, usage patterns, feature interactions, and migratio...

Welcome to Part 5 of our comprehensive series on Java 17 features! In previous installments, we explored the var keyword for type inference, Records for eliminating boilerplate, Sealed Classes for controlled hierarchies, and Pattern Matching & Switch...

Welcome to Part 4 of our comprehensive series on Java 17 features! In previous installments, we explored the var keyword for type inference and Records for eliminating boilerplate in data classes. Today, we're diving into two transformative features ...

Welcome back to our comprehensive series on Java 17 features! In Part 1, we explored the var keyword and type inference. In Part 2, we discovered how Records eliminate boilerplate in data classes. Today, we're diving into Sealed Classes (JEP 409)—a f...

Java 17 Features Every Senior Developer Should Know - Part 2: Records Welcome back to our comprehensive series on Java 17 features! In Part 1, we explored the var keyword and how type inference reduces boilerplate in local variable declarations. Toda...
