• Java 11-21 Evolution

    Is Java a tired relic of the past that’s ready for the programming language museum, or is it still a vital weapon in every good developer’s arsenal? This session will examine the evolution of Java from 11 to 21 and the impactful features that make your life easier. Java has been a powerful and widely used programming language for over two decades. Java has transformed the software development landscape and remains dominant in modern software development. With every year seeing new young pretenders to the crown emerge, is Java still relevant and worth learning in 2023? We will look at Java’s evolution and impact on software development to show why it matters more than ever.

  • The Hidden Gems of Java 20

    Java is innovative with each release, and to become a creative engineer for your company, you should know what is new in your language. This session will sweep the dust off Java SE's 20 hidden gems, including new cool language features, compiler changes, library additions, and critical bug fixes. They're handy in your day-to-day work.

  • The Hidden Gems of Java 19

    Java is innovative with each release, and to become a creative engineer for your company, you should know what is new in your language. This session will sweep the dust off Java SE's 19 hidden gems, including new cool language features, compiler changes, library additions, and critical bug fixes. They're handy in your day-to-day work.

  • The Cool Thing about Cool Things in Java 16 & 17 LTS

    Every six months, we have a new Java release. And to be a practical Java engineer, you should know about what is new in your language. This session will sweep the dust over Java SE 16 hidden gems, including new cool language features, compiler changes, library additions, and critical bug fixes. What we’re going to look at here are all reasonably tremendous & they’re handy in your day-to-day work. Let’s take a features tour powered by code about Java 16 and future Java 17 LTS.

  • Do you use the Optional class as it should be?

    Do you use the Optional class as it should be? This presentation will show how to use Optional class effectively, with a list of best practices with around 25+ recipes to use Optional class Effectively which Is Not Optional.