What’s popular in Java
Your source for what’s next
Popular in live online training
See allJanuary 16, 2024
Java 9 to 21: How to Code Like a Pro
Presented by Henri Tremblay
All You Need to Know about Javaâs New Features and Benefits Experience live coding from a proâall with meaningful examples Learn all of the important new features of Java and their ...
February 12, 2024
Java Essentials
Presented by Ben Evans
Start building your own Java applications Java is one of the most popular programming languages and remains in high demand among professionals. But there are still a number of misconceptions new ...
February 6 & 7, 2024
Functional Programming in Java
Presented by Ken Kousen
Working with streams, lambda expressions, and method references in Java SE8 and beyond Todayâs software developers are embracing functional programming (FP) in droves, whether itâs to write concurrent programs or to ...
January 16, 2024
Modern Java Exception Handling
Presented by Simon Roberts
Itâs well known that some of the hardest code to write well is the code that handles things going wrong. In some systems, a special return value indicates a failed function ...
February 13, 2024
Modern Java Exception Handling
Presented by Simon Roberts
Itâs well known that some of the hardest code to write well is the code that handles things going wrong. In some systems, a special return value indicates a failed function ...
February 14, 2024
Getting Started with Java: From Core Concepts to Real Code in 4 Hours
Presented by Simon Roberts
Learning Java Basics in 4 Hours teaches core Java fundamentals quickly and easily so you can get started programming today. In this course, expert programmer and trainer Simon Roberts introduces the ...
Popular in interactive learning
See allJava Core Beam: ParDo OneToMany
By Austin Bennett
Implementing a ParDo Function: One To Many ...
Java 11 Collection API: Convert a Collection into an Array
By Benjamin Muschko
Learn how to convert a Collection into an Array ...
Java 11 String API: Process Multiline Strings
By Benjamin Muschko
Learn how to process multiline Strings ...
Java 11 String API: Check for Empty or Whitespaces in a String
By Benjamin Muschko
Learn how to validate a String is blank or contains whitespace characters ...
Java 11 CLI: Launch Single-File Program without Compilation
By Benjamin Muschko
Learn how to launch single-file programs without compilation ...
Java Challengers: Initializing an Object with Values in the Constructor
By Rafael del Nero
Learn how to initialize instance variables in the constructor ...