News

JAVA 9 Module Tutorial Playing around with the Java 9 module system.
Modularity is also arguably one of the terrifying Java features of all times. Despite these numerous benefits, proper modules are still rare species in the Java world. The purpose of this cheat sheet ...
Java records are a new language feature that reduces verbosity and enables optimized runtime performance. This Java records tutorial shows how they work.
Modules and var in Java 12 Note that examples in this tutorial have been updated for Java 12, including the Java module feature (module-info.java) and its 10 restricted keywords.
The Java Platform Module System promised to standardize how Java apps modularized. But years later, the problems with Java modules remain.
This tutorial is an introduction to socket programming in Java, starting with a simple client-server example demonstrating the basic features of Java I/O. You’ll be introduced to both the ...
Learn about serialization in Java with our comprehensive tutorial. We provide examples to help you understand how serialization works.
Which version of Java should you use in Linux? Learn how to easily switch between different versions with a tutorial from Jack Wallen.