Oracle today announced the availability of Java 26, the latest version of the world's number one programming language and development platform. Java 26 (Oracle JDK 26) delivers thousands of ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Barring further delays, Java 9 will reach general availability status on July 27. Its module system and Java Shell Read-Eval-Print Loop (REPL) tool are receiving considerable attention, but Java 9 ...
Generics make your code more flexible and easier to read, and they help you avoid ClassCastExceptions at runtime. Get started with this introduction to using generics with the Java Collections ...
The first decision to kick off a greenfield Java project usually sounds breezy: "Let's start with Spring Boot, it's everywhere." A few days in, someone mutters that Quarkus boots faster and saves ...
Oracle on Friday announced the first release of Project Helidon, a new collection of Java Libraries for writing microservices, and officially joined the Eclipse MicroProfile effort. Helidon is an open ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Red Hat has added Quarkus -- a Kubernetes-native Java stack -- to its list of supported frameworks in its Runtimes collection for developing cloud-native applications. The open source champion ...
The Java Iterator is an all-purpose interface that simplifies looping through a collection of objects. Java's ListIterator provides all the functionality of the Iterator interface, with four ...