Nachrichten

Das OpenJDK-Team hat in den Java-Versionen 18 bis 21 die Records und insbesondere das Pattern Matching sowie Record Patterns weiterentwickelt und verbessert.
Java SE 14 (March 2020) introduced a limited form of pattern matching as a preview feature, which becomes a permanent feature in Java SE 16 (March 2021).
Das LTS-Release JDK 17 hat Pattern Matching für Switch Expressions als Preview-Feature an Bord. Die nächste LTS-Version könnte schon in zwei Jahren anstehen.
A tutorial highlighting the various design patterns in Java. Learn about the benefits and different types of design patterns.
Microsoft recently announced the availability of its Reliable Web App Pattern for Java Tomcat--a potentially powerful move to attract more Java developers to its Azure cloud platform.
Learn how to use the Command pattern to encapsulate requests as objects that you can execute alone or in sequence in your Java programs.