News

JAVA 9 Module Tutorial Playing around with the Java 9 module system.
Tutorial: Develop a Java IoT Edge module for Linux devices You can use Azure IoT Edge modules to deploy code that implements your business logic directly to your IoT Edge devices. This tutorial walks ...
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.
Java records are a new language feature that reduces verbosity and enables optimized runtime performance. This Java records tutorial shows how they work.
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 ...
The Java Platform Module System promised to standardize how Java apps modularized. But years later, the problems with Java modules remain.
Which version of Java should you use in Linux? Learn how to easily switch between different versions with a tutorial from Jack Wallen.