News

In this Java 101 tutorial, I’ve explained how interfaces differ from classes, and showed you how to declare, implement, and extend interfaces in your Java programs.
Java 18's Simple Web Server lets you use a command-line tool or API to host files and more. Here's how it works. One of the handiest new features included in the Java 18 release (March 2022) was ...
Functional programming with a Java Consumer. Sometimes programmers new to lambdas and streams get intimidated by the components defined in the java.util.function package, so I always like to remind ...