News

Since Java 21, wrapper classes have played an increasingly sophisticated role in Java’s type system. Here’s everything you ...
In this article, we'll look at the concepts behind event-driven applications, the various methods of event handling and generic techniques you can use to simplify the task of handling events.
The release of Java SE 15 in Sept 2020 will introduce "sealed classes" (JEP 360) as a preview feature. A sealed class is a class or interface which restricts which other classes or interfaces may ...
Sealed classes in Java let developers limit the creation and use of subclasses and preserve the class hierarchy. Here is how sealed classes in Java work.
Take a walk on the client side with Qt Jambi -- an alternative to Swing and Java 2D for developing rich, cross-platform desktop-application interfaces.
Here are a few of the most evident global trends and technological events in Java that, in combination, will inform expectations for the Java software development industry in 2023.
VMware shipped the experimental Spring Modulith project to better structure Spring Boot 3 applications with modules and events. The project introduces new classes and annotations but doesn't ...