Skip to main content
Author headshot

Michael Rasmussen

Team Lead

Latest Content from Michael Rasmussen

Blog

Java 18 New Features

Java 18 is now available! Get an overview of Java 18 features, improvements, and deprecations in this blog post.
Java Updates
Blog

Java 17 New Features

Java 17 is now available. Get an overview of Java 17 features, improvements, and deprecations from our expert in this blog.
Java Updates
Blog

Java 16 Features and Previews

In anticipation of the Java 16 release in March, we've compiled a list of previews and features you can expect to see with the new release.
Java Updates
Blog

Using Text Blocks in Java 13

Text blocks introduce a way for developers to predictably format multi-line string literals, and, in JEP 368, offer a more nuanced way to do so. See how.
Java Application Development, Java Updates
Blog

Using Switch Expressions in Java

Introduced in Java 13, Switch Expressions offer developers a new way to use switch. See the benefits and potential pitfalls in our tutorial, here.
Java Application Development